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