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