import React from 'react'; import type { RootProps } from '../../engines'; import type { ButtonGroupProps } from './ButtonGroup.types'; export declare const buttonGroupRoot: (Root: RootProps) => React.ForwardRefExoticComponent>; export declare const buttonGroupConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: { view: { css: import("styled-components").FlattenSimpleInterpolation; }; size: { css: import("styled-components").FlattenSimpleInterpolation; }; gap: { css: import("styled-components").FlattenSimpleInterpolation; }; orientation: { css: import("styled-components").FlattenSimpleInterpolation; }; shape: { css: import("styled-components").FlattenSimpleInterpolation; }; stretching: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; size: string; gap: string; orientation: string; shape: string; stretching: string; }; }; //# sourceMappingURL=ButtonGroup.d.ts.map