import React from "react"; import type { ResponsiveSwitcherProps } from "./types"; export declare function ResponsiveSwitcher({ children, threshold, gap, limit, as: Tag, dataAttributes, ariaAttributes, role, id, UNSAFE_className, UNSAFE_style, }: ResponsiveSwitcherProps): React.JSX.Element;