/** * Check if it is HTML. */ declare const _default: () => { validate: (input: FormValidation.core.ValidateInput) => { valid: boolean; }; }; export default _default;