export interface ImagePropsType {
    src?: string;
    width?: number;
    height?: number;
}
