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