import React from 'react'; import type { RootProps } from '../../engines'; import type { TextFieldGroupProps, TextFieldGroupRootProps } from './TextFieldGroup.types'; export declare const textFieldGroupRoot: (Root: RootProps) => React.ForwardRefExoticComponent>; export declare const textFieldGroupConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: { 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: { size: string; gap: string; orientation: string; shape: string; stretching: string; }; }; //# sourceMappingURL=TextFieldGroup.d.ts.map