/// import { MonthPickerProps } from "../interfaces/monthpicker.interfaces"; declare const _default: ({ time, colors, onDateUpdate }: MonthPickerProps) => JSX.Element; export default _default;