/** * Small icon button that toggles React Query’s online manager, allowing developers to simulate * offline scenarios directly from the modal header. */ export declare function WifiToggle({ size }: { size?: number; }): import("react").JSX.Element; //# sourceMappingURL=WifiToggle.d.ts.map