export declare function OnField({ value: propsValue, onChange }: {
    value: any;
    onChange: any;
}): import("react/jsx-runtime").JSX.Element;
