import type { PropType as __PropType } from 'vue'; declare const _sfc_main: import("vue").DefineComponent<{ visible: { type: __PropType; required: false; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "printed")[], "update:visible" | "printed", import("vue").PublicProps, Readonly; required: false; }; }>> & { "onUpdate:visible"?: ((...args: any[]) => any) | undefined; onPrinted?: ((...args: any[]) => any) | undefined; }, {}, {}>; export default _sfc_main;