import React from 'react'; import type { RootProps } from '../../engines'; import type { FileRootProps } from './File.types'; export declare const fileRoot: (Root: RootProps) => React.ForwardRefExoticComponent & import("./File.types").BaseFileProps & React.RefAttributes>; export declare const fileConfig: { name: string; tag: string; layout: (Root: RootProps) => React.ForwardRefExoticComponent & import("./File.types").BaseFileProps & React.RefAttributes>; base: import("styled-components").FlattenSimpleInterpolation; variations: { view: { css: import("styled-components").FlattenSimpleInterpolation; }; size: { css: import("styled-components").FlattenSimpleInterpolation; }; disabled: { css: import("styled-components").FlattenSimpleInterpolation; attrs: boolean; }; }; defaults: { view: string; size: string; }; }; //# sourceMappingURL=File.d.ts.map