import React from 'react'; import type { PathIconProps, PathIconRef } from './components'; declare const Pinterest: React.ForwardRefExoticComponent; declare type PinterestRef = PathIconRef; declare type PinterestProps = PathIconProps; export { Pinterest }; export type { PinterestRef, PinterestProps }; export default Pinterest;