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