declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: "YH-UI"; }; readonly font: { readonly type: import("vue").PropType; readonly default: () => { color: string; fontSize: number; fontWeight: string; fontFamily: string; fontStyle: string; textAlign: string; lineHeight: number; }; }; readonly globalRotate: { readonly type: NumberConstructor; readonly default: 0; }; readonly gap: { readonly type: import("vue").PropType<[number, number]>; readonly default: () => number[]; }; readonly offset: { readonly type: import("vue").PropType<[number, number]>; readonly default: () => number[]; }; readonly fullScreen: { readonly type: BooleanConstructor; readonly default: false; }; readonly antiTamper: { readonly type: BooleanConstructor; readonly default: true; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, { renderWatermark: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "YH-UI"; }; readonly font: { readonly type: import("vue").PropType; readonly default: () => { color: string; fontSize: number; fontWeight: string; fontFamily: string; fontStyle: string; textAlign: string; lineHeight: number; }; }; readonly globalRotate: { readonly type: NumberConstructor; readonly default: 0; }; readonly gap: { readonly type: import("vue").PropType<[number, number]>; readonly default: () => number[]; }; readonly offset: { readonly type: import("vue").PropType<[number, number]>; readonly default: () => number[]; }; readonly fullScreen: { readonly type: BooleanConstructor; readonly default: false; }; readonly antiTamper: { readonly type: BooleanConstructor; readonly default: true; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>> & Readonly<{}>, { readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly rotate: number; readonly content: string | string[]; readonly offset: [number, number]; readonly zIndex: number; readonly width: number; readonly height: number; readonly font: import("./watermark").WatermarkFont; readonly gap: [number, number]; readonly globalRotate: number; readonly fullScreen: boolean; readonly antiTamper: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };