import React from 'react'; import type { IconProps } from '../../icons/types'; declare function Icon(props: IconProps): React.JSX.Element; export declare const NewChatIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, "data-component-name" | "size" | keyof React.SVGProps> & { color?: string; size?: string; className?: string; 'data-component-name'?: string; } & React.SVGProps, "data-component-name"> & Partial, "data-component-name" | "size" | keyof React.SVGProps> & { color?: string; size?: string; className?: string; 'data-component-name'?: string; } & React.SVGProps, "data-component-name">>> & string & Omit>; export {};