import { HeadingProps, HRProps, TextProps } from './types'; export declare const StyledH0: import("styled-components").StyledComponent<"h1", import("styled-components").DefaultTheme, HeadingProps, never>; export declare const StyledH1: import("styled-components").StyledComponent<"h1", import("styled-components").DefaultTheme, HeadingProps, never>; export declare const StyledH2: import("styled-components").StyledComponent<"h2", import("styled-components").DefaultTheme, HeadingProps, never>; export declare const StyledH3: import("styled-components").StyledComponent<"h3", import("styled-components").DefaultTheme, HeadingProps, never>; export declare const StyledH4: import("styled-components").StyledComponent<"h4", import("styled-components").DefaultTheme, HeadingProps, never>; export declare const StyledText: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, TextProps, never>; export declare const StyledSmall: import("styled-components").StyledComponent<"p", import("styled-components").DefaultTheme, TextProps, never>; export declare const StyledHR: import("styled-components").StyledComponent<"hr", import("styled-components").DefaultTheme, HRProps, never>; //# sourceMappingURL=styled.d.ts.map