import type { ComponentControl } from '../../../core'; declare type ImageProps = { transformedSrc: string; src: string; alt: string; styles: { [styleName: string]: string; }; }; export declare const imagePropertiesNewControl: ComponentControl; export {};