/** * Hook to check and log when the min is larger than the max. * @internal */ export declare const useMinMaxLogger: (min?: string, max?: string, componentName?: string) => void;