import type { Body, WarmupProgress } from '../render/types/bodyHandle.types'; type __VLS_Props = { /** Body returned by `useBody()` — the warmup target. */ body: Body; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { progress: (info: WarmupProgress) => any; ready: () => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onProgress?: ((info: WarmupProgress) => any) | undefined; onReady?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=BodyWarmup.vue.d.ts.map