import type { ValidationProps } from './types.js';
export declare const useValidation: () => Omit<ValidationProps, "validation">;
