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