import React from 'react'; type ValidationErrorProps = { children: string; }; export declare const ValidationError: React.FC; export {};