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