import React from 'react'; import { TextProps } from './types'; export declare function Text({ style, children, ...modifiers }: TextProps): React.JSX.Element; export declare namespace Text { var displayName: string; }