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