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