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