import React from 'react'; export interface FormErrorProps { error?: string; } declare const Error: React.FC; export default Error;