export interface DisplayTextProps { className?: string; formattedInputValue?: string | number; } export default function DisplayText(props: DisplayTextProps): React.ReactElement