import { Icon } from '../iconTypes'; declare const IconWatermark: ({ className, color, height, title, width }: Icon) => JSX.Element; export default IconWatermark;