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