/// import { Theme } from 'styled-components'; import { TextProperties } from '../types'; export interface Props extends TextProperties { } export interface ThemedProps extends Props { theme: Theme; } export declare const Text: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, Props>>;