import type { ComponentPublicInstance } from 'vue'; import type { WeekPickerProps } from './props/week-picker'; export declare type WeekPickerExpose = { focus: (focusStartInput: boolean) => void; handleOpen: () => void; handleClose: () => void; }; export declare type WeekPickerInstance = ComponentPublicInstance;