import type { FontProps } from '../Typography.types'; export type BodyProps = FontProps; export declare const bodyRoot: (Root: import("../../..").RootProps) => import("react").ForwardRefExoticComponent>; export declare const bodyConfig: { name: string; tag: string; layout: (Root: import("../../..").RootProps) => import("react").ForwardRefExoticComponent>; base: import("styled-components").FlattenSimpleInterpolation; variations: { size: { css: import("styled-components").FlattenSimpleInterpolation; }; }; defaults: { size: string; }; }; //# sourceMappingURL=Body.d.ts.map