import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const SpeechBubblesOutlined: React.MemoExoticComponent>; declare type SpeechBubblesOutlinedRef = PathIconRef; declare type SpeechBubblesOutlinedProps = PathIconProps; export { SpeechBubblesOutlined }; export type { SpeechBubblesOutlinedRef, SpeechBubblesOutlinedProps }; export default SpeechBubblesOutlined;