import { FC } from 'react'; type Props = { fill: string; }; export declare const ChatTriangle: FC; export {};