import { DefaultTheme } from 'styled-components';
import { TextProps } from './types';
declare const Text: import("styled-components").StyledComponent<"div", DefaultTheme, TextProps, never>;
export default Text;
