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