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