import React from 'react'; import type { PathIconProps, PathIconRef } from './components'; declare const Facebook: React.ForwardRefExoticComponent; declare type FacebookRef = PathIconRef; declare type FacebookProps = PathIconProps; export { Facebook }; export type { FacebookRef, FacebookProps }; export default Facebook;