export interface IDpDayPickerApi {
  open: () => void;
  close: () => void;
}