/// import { AllSystemProps } from "./system/unions"; export declare type H1Props = AllSystemProps & { mono?: boolean; }; export declare const H1: import("styled-components").StyledComponent<"span", any, import("react").PropsWithChildren, never>;