import { FeatureBundle } from '../../features/dom-animation'; import { PropType } from 'vue'; type FeaturesProp = FeatureBundle | Promise | (() => Promise); export declare const LazyMotion: import('vue').DefineComponent; required: true; }; strict: { type: BooleanConstructor; default: boolean; }; }>, () => import('vue').VNode[], {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; required: true; }; strict: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { strict: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export {};