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