/// import { IButtonGroupProps } from '../Props'; /** * * ButtonGroup: Used to group buttons whose actions are related, with an option to flush them together. * https://chakra-ui.com/docs/form/button */ export declare function ButtonGroup({ ...props }: IButtonGroupProps): JSX.Element; //# sourceMappingURL=ButtonGroup.d.ts.map