/** Error to throw when form field validation fails */
export declare class ValidationError extends Error {
    constructor(message?: string);
}
