import React from "react";
import { ITypographyProps } from "../Typography";
export interface IBodyProps {
    /** Font weight. */
    weight?: "regular" | "bold" | "medium";
}
export declare const Body1: React.ForwardRefExoticComponent<IBodyProps & Omit<ITypographyProps, "variant" | "weight"> & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=Body1.d.ts.map