export declare const Heading: import("react").ForwardRefExoticComponent<{ color?: import("./types.js").HeadingColors; size?: import("./types.js").HeadingSizes; } & Omit & import("react").HTMLAttributes & { as?: keyof JSX.IntrinsicElements; forwardedAs?: keyof JSX.IntrinsicElements; }, "ref" | "color" | "size"> & import("react").RefAttributes>; export declare const H1: import("react").ForwardRefExoticComponent<{ color?: import("./types.js").HeadingColors; } & Omit & import("react").HTMLAttributes & { as?: keyof JSX.IntrinsicElements; forwardedAs?: keyof JSX.IntrinsicElements; }, "ref" | "color"> & import("react").RefAttributes>; export declare const H2: import("react").ForwardRefExoticComponent<{ color?: import("./types.js").HeadingColors; } & Omit & import("react").HTMLAttributes & { as?: keyof JSX.IntrinsicElements; forwardedAs?: keyof JSX.IntrinsicElements; }, "ref" | "color"> & import("react").RefAttributes>; export declare const H3: import("react").ForwardRefExoticComponent<{ color?: import("./types.js").HeadingColors; } & Omit & import("react").HTMLAttributes & { as?: keyof JSX.IntrinsicElements; forwardedAs?: keyof JSX.IntrinsicElements; }, "ref" | "color"> & import("react").RefAttributes>; //# sourceMappingURL=Heading.d.ts.map