import type { ComponentSelector } from '../widgets/component';
export interface IWatermark {
    getWatermarkSelector(): ComponentSelector;
}
