import type { DatePickerProps } from '../../index';
export declare const isInExclude: ({ exclude, value, }: Pick<DatePickerProps, "exclude" | "value">) => boolean;
