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