export interface ButtonGroupProps { } /** * A button group is meant to wrap around two or more buttons, passed as * children. The button group will stack these buttons along the inline * axis, and add the necessary spacing between them. */ export declare const ButtonGroup: "ButtonGroup" & { readonly type?: "ButtonGroup" | undefined; readonly props?: ButtonGroupProps | undefined; readonly children?: true | undefined; }; //# sourceMappingURL=ButtonGroup.d.ts.map