import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Watermark from "./src/watermark"; export declare const VWatermark: Install, string | null>; readonly width: BasicType; readonly height: BasicType; readonly fontSize: BasicType, string | number | null>; readonly fontColor: BasicType, string | null>; readonly image: BasicType, string | null>; readonly block: BasicType; readonly zIndex: BasicType; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly width: BasicType; readonly height: BasicType; readonly fontSize: BasicType, string | number | null>; readonly fontColor: BasicType, string | null>; readonly image: BasicType, string | null>; readonly block: BasicType; readonly zIndex: BasicType; }>>, { readonly fontSize: string | number; readonly width: number; readonly fontColor: string; readonly zIndex: number; readonly block: boolean; readonly height: number; readonly content: string; readonly image: string; }>>; /** watermark 组件实例类型 */ export type WatermarkInstance = InstanceType; export * from './src/interface.d'; export default VWatermark;