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