import type { DSTabsT } from './react-desc-prop-types.js'; declare const DSTabs: { (props: DSTabsT.Props): JSX.Element; displayName: string; }; declare const DSTabsWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent; export { DSTabs, DSTabsWithSchema }; export default DSTabs;