import React from "react"; export declare type TabsProps = { children: React.ReactNode; grayBorder?: boolean; full?: boolean; }; declare function Tabs(props: TabsProps): JSX.Element; export declare type TabTitleProps = { children: React.ReactNode; onClick?: () => void; className?: string; }; declare function TabTitle(props: TabTitleProps): JSX.Element; declare const _default: { Tabs: typeof Tabs; TabTitle: typeof TabTitle; }; export default _default; //# sourceMappingURL=index.d.ts.map