import React from 'react'; declare function LargeScreenComponentText(props: ILargeScreenComponentText): React.JSX.Element; export default LargeScreenComponentText; export interface ILargeScreenComponentText { value?: string; styleText?: React.CSSProperties; change?: Function; styles: React.CSSProperties; data?: string; }