import type { SVGProps } from "react"; export interface SwitchVrIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function SwitchVrIcon({ className, size, color, ...props }: SwitchVrIconProps): import("react").JSX.Element; //# sourceMappingURL=switch-vr-icon.d.ts.map