type $$ComponentProps = {
    variant?: string;
    size?: string;
    orientation?: string;
    activeTab?: string;
    disabled?: boolean;
    class?: string;
    tabs?: any[];
    showSizes?: boolean;
    showAllVariants?: boolean;
};
declare const TabsExample: import("svelte").Component<$$ComponentProps, {}, "">;
type TabsExample = ReturnType<typeof TabsExample>;
export default TabsExample;
//# sourceMappingURL=TabsExample.svelte.d.ts.map