import { WrapProps } from '@chakra-ui/react'; export type ToolbarGroupProps = WrapProps; export declare const ToolbarGroup: (props: ToolbarGroupProps) => JSX.Element;