export declare type ImageState = { src: string; href?: string; alt?: string; openInNewWindow?: boolean; }; //# sourceMappingURL=state.d.ts.map