export default ErrorText; declare function ErrorText({ error, style }: { error: any; style: any; }): React.JSX.Element; import React from 'react';