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").StyledComponent<typeof Icon, any, {
    'data-component-name': string;
} & {
    color?: string;
    size?: string;
    className?: string;
} & React.SVGProps<SVGSVGElement>, "data-component-name">;
export {};
