import { Slots } from 'vue'; import { PresetDate } from '../interfaces'; export declare const slots: { name: string; use: string[]; }[]; export declare const inputSlots: { name: string; }[]; export declare const mapSlots: (slots: Slots, usage: "all" | "monthYear" | "timePicker" | "input" | "action" | "calendar" | "menu" | "shared" | "yearMode", presetDates?: PresetDate[]) => string[];