type TypeTabsProps = {
tabsContainer: HTMLElement;
isThemeDark?: boolean;
shadowContent?: HTMLSlotElement;
topPosition?: string | null;
};
export declare const createCompositeTabsStandard: (props: TypeTabsProps) => {
element: HTMLDivElement;
styles: string;
events: {
resize: () => void;
load: () => void;
};
};
export {};
//# sourceMappingURL=standard.d.ts.map