export declare const sukaFlatpickrMonthSelectPlugin: (fp: any) => {
    onMonthChange: () => void;
    onOpen: () => void;
    onReady: (() => void)[];
};
