import { PdfSignatureInfo } from './types'; declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import('vue').DefineComponent<{ sourceUrl?: string; signatures?: PdfSignatureInfo[]; readonly?: boolean; dialogType?: "dialog" | "drawer"; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { save: (signatures: PdfSignatureInfo[]) => any; }, string, import('vue').PublicProps, Readonly<{ sourceUrl?: string; signatures?: PdfSignatureInfo[]; readonly?: boolean; dialogType?: "dialog" | "drawer"; }> & Readonly<{ onSave?: (signatures: PdfSignatureInfo[]) => any; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;