import { HTMLAttributes } from 'react';
import { BodyTypes } from '../common/propsValues/typography';
declare const Body: import("react").ForwardRefExoticComponent & {
/** @default 'body-default' */
type?: BodyTypes;
/** @default 'div' */
as?: "span" | "p" | "div";
/**
* When true, preserves newline characters in the text
* @default false
*/
preserveNewlines?: boolean;
} & import("react").RefAttributes>;
export default Body;
//# sourceMappingURL=Body.d.ts.map