export * from "./image.props"; declare const Image: import("../utils").WithInstall>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, readonly string[] | Readonly>>>, { [x: number]: string; } | {}>>; export default Image; declare module "vue" { interface GlobalComponents { YhImage: typeof Image; } }