import * as React from 'react'; import { UuiContexts, IHasCX, IHasChildren, IClickable, IAnalyticableClick, IHasRawProps, IHasForwardedRef } from '@epam/uui-core'; export type TextProps = IHasCX & IHasChildren & IClickable & IAnalyticableClick & IHasRawProps> & IHasForwardedRef; export declare class Text extends React.Component { static contextType: React.Context>; context: UuiContexts; onClick: (e: React.MouseEvent) => void; render(): React.JSX.Element; } //# sourceMappingURL=Text.d.ts.map