import React from 'react'; export declare const Heading: React.ForwardRefExoticComponent<{ brandHeading?: import("../../types/responsive-variants.types.js").ResponsiveVariants; children?: React.ReactNode; size: import("../../types/responsive-variants.types.js").ResponsiveVariants<2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | undefined>; tag?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6"; uppercase?: boolean; } & React.HTMLAttributes & React.RefAttributes>;