import { Property } from 'csstype'; declare type TypographyProps = { color?: Property.Color; }; export declare const Header: { Med: import("styled-components").StyledComponent<"h1", any, TypographyProps, never>; SmBold: import("styled-components").StyledComponent<"h1", any, TypographyProps, never>; }; export {};