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