import { AppIcon } from '@codeleap/styles'; type TabProps = { value: string; text?: string; icon?: AppIcon; disabled?: boolean; }; export declare const Tab: (props: TabProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Tab.d.ts.map