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