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