///
export interface WatermarkContextValue {
add: (element: HTMLElement) => void;
remove: (element: HTMLElement) => void;
}
export declare const DisabledWatermarkContext: WatermarkContextValue;
export declare const WatermarkContext: import("react").Context;
export declare function useWatermarkTarget(getElement: () => HTMLElement | null | undefined): void;
export default WatermarkContext;
//# sourceMappingURL=context.d.ts.map