/** * Full-screen overlay that appears over the dashboard canvas when a filter * is being dragged. Dropping a filter onto this overlay removes it. * * Used in the enhanced insight picker mode (floating toolbar) where the * sidebar delete drop zone is not available. * * @internal */ export declare function FilterDeleteOverlay(): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=FilterDeleteOverlay.d.ts.map