import { TextProps } from './Text'; interface StyleProps extends TextProps { theme: any; } export declare const P: import("styled-components").StyledComponent<"p", any, StyleProps, never>; export declare const Span: import("styled-components").StyledComponent<"span", any, StyleProps, never>; export {};