export interface ExportFormat { key: string; label: string; disabled?: boolean; badge?: string; } type __VLS_Props = { label?: string; formats: ExportFormat[]; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { select: (key: string) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onSelect?: ((key: string) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=ExportMenu.vue.d.ts.map