/// import { Size } from './Space'; import { StackProps } from './View/Stack'; export declare type ToolbarProps = Omit & { attach?: 'bottom' | 'left' | 'right' | 'top'; size?: Size; }; export declare function Toolbar({ children, size, elevation, attach, border, ...props }: ToolbarProps): JSX.Element; //# sourceMappingURL=Toolbar.d.ts.map