import { UseAutoPage, UseBuildSettings, UseColumnErrorCheck, UseDeepMerge, UseGetFirstAndLastEditableFalse } from '../types';
export declare const useDeepMerge: UseDeepMerge;
/**
* Builds the settings object.
*/
export declare const useBuildSettings: UseBuildSettings;
/**
* Automatically pages to the next field.
*/
export declare const useAutoPage: UseAutoPage;
/**
 * Checks if the column values are between 1 and 12.
 */
export declare const useColumnErrorCheck: UseColumnErrorCheck;
export declare const useGetFirstAndLastEditableFalse: UseGetFirstAndLastEditableFalse;
