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