export interface FormErrorProps { error?: string; } declare function Error({ error }: FormErrorProps): import("react/jsx-runtime").JSX.Element; export default Error;