import type { DSTabsT, DSTabT } from '@elliemae/ds-tabs'; type DSMobileTabsPropsT = Omit; type DSMobileTabPropsT = Omit; declare const DSMobileTabs: (props: DSMobileTabsPropsT) => import("react").JSX.Element; declare const DSMobileTab: { (props: DSMobileTabPropsT): import("react").JSX.Element; displayName: string; }; declare const DSMobileTabsWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").DocumentedReactComponent; declare const DSMobileTabWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").DocumentedReactComponent; export { DSMobileTabsWithSchema, DSMobileTabWithSchema, DSMobileTabs, DSMobileTab };