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