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