import React from 'react'; import { ToolbarItem } from './MobileActionToolbarItem.js'; declare const DSMobileActionToolbar: React.ForwardRefExoticComponent<{ withDepth?: boolean | undefined; buttons?: never[] | undefined; } & { theme?: import("styled-components").DefaultTheme | undefined; }>; declare const DSMobileActionToolbarWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<{ withDepth?: boolean | undefined; buttons?: never[] | undefined; } & { theme?: import("styled-components").DefaultTheme | undefined; }>; export { DSMobileActionToolbar, ToolbarItem, DSMobileActionToolbarWithSchema };