UNPKG

539 BTypeScriptView Raw
1export interface IProps {
2 fontDimension?: number;
3 fontColor?: string;
4 variant?: string;
5 margin?: string | number;
6 children: any;
7 css?: string;
8}
9declare const _default: {
10 H1: import("styled-components").StyledComponent<"h1", any, IProps, never>;
11 H2: import("styled-components").StyledComponent<"h2", any, IProps, never>;
12 H3: import("styled-components").StyledComponent<"h3", any, IProps, never>;
13 H5: import("styled-components").StyledComponent<"h5", any, IProps, never>;
14};
15export default _default;