import { OutputShape } from "../interfaces/monthpicker.interfaces"; export declare const formatMonth: (month: number, str_format?: string) => string; export declare const getMonthAndYear: (time: OutputShape | Date) => OutputShape;