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