///
import { DatePickerIndexProps } from '..';
import '../index.less';
declare type BusinessDaySwitchProps = Pick;
declare const BusinessDaySwitch: ({ onChange, searchBusinessDay, }: BusinessDaySwitchProps) => JSX.Element;
export default BusinessDaySwitch;