import { ComponentProps } from 'react'; export type ImageProps = ComponentProps<'img'> & { alt: string; src?: string; className?: string; }; //# sourceMappingURL=types.d.ts.map