/// import { FontType } from "./heading"; declare const StyledHeading: import("styled-components").StyledComponent<"h1", any, { font: FontType; }, never>; export { StyledHeading };