import { Helpers } from 'coderbox-atoms' export interface ImageProps extends Helpers { className?: string src: string width?: string height?: string }