export type { WatermarkPropsType } from './props'

import type { CSSProperties } from 'vue'

export interface WatermarkCSSPropertiesInterface {
  (): CSSProperties
}
