import type { ITypography } from './index'; declare type IShareType = Pick; export declare const H1Style: import("styled-components").StyledComponent<"h1", any, IShareType, never>; export declare const H2Style: import("styled-components").StyledComponent<"h2", any, IShareType, never>; export declare const H3Style: import("styled-components").StyledComponent<"h3", any, IShareType, never>; export declare const H4Style: import("styled-components").StyledComponent<"h4", any, IShareType, never>; export declare const Body1Style: import("styled-components").StyledComponent<"span", any, IShareType, never>; export declare const Body2Style: import("styled-components").StyledComponent<"span", any, IShareType, never>; export declare const CaptionStyle: import("styled-components").StyledComponent<"span", any, IShareType, never>; export {};