import { TabProps } from './Tabs.types'; export declare const getClassNames: (props: TabProps, tag: any) => string;