import { fn } from '@declaration';
import { React } from '@global';
export declare const TextValidate: (value: any, restrict: fn.Input.Text.Restrict) => {
ok: boolean;
body: any;
};
export declare const TextInput: React.FC<fn.Input.Text.OriginParams>;