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