import { ReactNode } from 'react'; export interface ToolbarItemBoxProps { dataHook?: string; layout?: 'button'; expandable?: boolean; label?: ReactNode; removeStartPadding?: boolean; children?: ReactNode; } export declare function ToolbarItemBox(props: ToolbarItemBoxProps): JSX.Element; //# sourceMappingURL=ToolbarItemBox.d.ts.map