import './style/index.js'; export type { ImageProps } from './Image'; export * from './type'; export declare const Image: import("react").FC; export default Image;