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