import React from 'react'; import type { PathIconProps, PathIconRef } from './components'; declare const Instagram: React.ForwardRefExoticComponent; declare type InstagramRef = PathIconRef; declare type InstagramProps = PathIconProps; export { Instagram }; export type { InstagramRef, InstagramProps }; export default Instagram;