import Options from './types/types/options'; import { BetterPickerInstance } from "./types/types/core"; import { changeOpt } from "./types/core/util/default-options"; import { pickerLocale } from "./types/store/modules/options"; export declare function createDatePicker(el: HTMLInputElement, options?: Partial): BetterPickerInstance; export declare const defaultOptions: typeof changeOpt; export declare const locale: typeof pickerLocale; export declare const destroy: (partialStates?: import("./types/types/store").State[] | undefined) => void;