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