/** * The class name contract for the image component */ export interface ImageClassNameContract { /** * The root of the image component */ image?: string; /** * The picture element image modifier */ image__picture?: string; /** * The img element within the picture element */ image_img?: string; }