export { ImageArgs, ImageState } from "./image";
export type Image = import("./image").Image;
export declare const Image: typeof import("./image").Image;
export { ImageLegacyArgs, ImageLegacyState } from "./imageLegacy";
export type ImageLegacy = import("./imageLegacy").ImageLegacy;
export declare const ImageLegacy: typeof import("./imageLegacy").ImageLegacy;
//# sourceMappingURL=index.d.ts.map