import { Plugin } from "../../types/options";
export interface Config {
    selectYear: number;
}
declare function yearDropdownPlugin(pluginConfig?: Partial<Config>): Plugin;
export default yearDropdownPlugin;
