Represents an instance of a protocol-aware component.
@type t() :: %Raxol.Protocols.ComponentFramework.ComponentInstance{ children: [t()], event_handlers: map(), metadata: map(), module: module(), props: map(), state: map(), style: map(), theme: map() | nil, type: atom() }