) => I$Slottable;
type IPortsComponentFn = >, T>(ports: P, createCallback: (behaviors: IPortBehaviors
) => IComponentResult) => (iTether: IOutputTethers) => I$Slottable;
type IComponent = IComponentFn & {
ports: IPortsComponentFn;
};
export declare const component: IComponent;
export {};