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