export declare type UseTranslateT = (s: string) => string; export declare const Validation: (t: UseTranslateT) => any;