import * as React from "react"; import { IconProps } from '../lib'; declare const ChatSlash: (props: IconProps) => React.JSX.Element; export default ChatSlash; //# sourceMappingURL=ChatSlash.d.ts.map