export declare function noEmpty({ field }: any): (string | boolean)[];
export declare function name({ field }: any): (string | boolean)[];
export declare function baseNoEmpty({ field }: any): (string | boolean)[];
