import { BlueRain } from '../../index'; import { TextStyle } from '@blueeast/bluerain-ui-interfaces'; import React from 'react'; export interface ComponentStateTextProps { /** * Text */ text: string; /** * Style Object */ style?: TextStyle; bluerain: BlueRain; } declare const _default: React.ComponentType; export default _default;