/// import { TabProps } from "@material-ui/core"; import { FTLTabsProps } from "../../"; export { FTLTabsProps }; export declare const FTLTabs: ({ value, variant, ...props }: FTLTabsProps) => JSX.Element; export declare const FTLTab: (props: TabProps) => JSX.Element;