export declare function Watermark({ id }: {
    id: string;
}): import('react').ReactPortal | null;
