import { ValOrFn } from '../components/form/Form';
interface Props {
    readOnly?: ValOrFn<boolean>;
}
export declare const useInputDisable: ({ readOnly }: Props) => boolean | undefined;
export {};
