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