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