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