export declare const getMark: () => {
    waterMark: (str: string, container?: string | HTMLElement, options?: {
        fontSize?: string;
        fontFamily?: string;
        fontColor?: string;
    }) => void;
};
