type ImageProps = { src?: string; mode?: string; } & Record; export declare function Image({ src, mode, ...rest }: ImageProps): any; export {}; //# sourceMappingURL=index.d.ts.map