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