/// <reference types="react" />
import type { IconProps } from '../../types';
/**
 * Remix Icon: Chat New Fill
 * @see {@link https://remixicon.com/icon/chat-new-fill Remix Icon Docs}
 */
export declare const ChatNewFill: import("react").MemoExoticComponent<{
    (props: IconProps): import("react").JSX.Element;
    displayName: string;
}>;
