export { KTDatePicker } from './date-picker';
export type {
	KTDatePickerConfigInterface,
	KTDatePickerInterface,
} from './types';

