/** * Canvas-area overlay for the redact tool. * Uses an SVG layer over the image for drawing; blur preview uses SVG feGaussianBlur * so the live preview matches the final applied output. */ export declare function RedactOverlay(): import("react").JSX.Element;