import { UiLocale } from '../i18n'; /** 내보내기 포맷 하나 — 탭 라벨·표시 내용·다운로드 파일명. */ export interface ExportFormat { key: string; label: string; content: string; filename: string; } type __VLS_Props = { formats: ExportFormat[]; title?: string; locale?: UiLocale; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;