import React from 'react'; import { RootProps } from '../../engines'; import { AttachProps } from './Attach.types'; export declare const attachRoot: (Root: RootProps) => React.ForwardRefExoticComponent>; export declare const attachConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: { view: { css: import("styled-components").FlattenSimpleInterpolation; }; helperTextView: { css: import("styled-components").FlattenSimpleInterpolation; }; size: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { view: string; helperTextView: string; size: string; }; }; //# sourceMappingURL=Attach.d.ts.map