import React from 'react'; import { TextCommonProps, TextStyleProps } from '../../props/typography'; export interface TextProps extends TextCommonProps, TextStyleProps { strikethrough?: boolean; } export declare const Text: React.NamedExoticComponent; //# sourceMappingURL=Text.d.ts.map