import { GroupButtonProps } from './type'; declare const GroupButton: { ({ ...props }: GroupButtonProps): import("react/jsx-runtime").JSX.Element; defaultProps: { gap: string; orientation: string; padding: string; }; }; export default GroupButton; //# sourceMappingURL=index.d.ts.map