import { forwardRef, SVGProps } from 'react'; export interface PhotosProps extends Omit, 'css'> {} export const Photos = forwardRef((props, ref) => ( )); Photos.displayName = 'Photos';