export interface Props { jsUrl?: string; cssUrl?: string; initialize: (n?: HTMLElement | null) => void; } declare const _default: import('vue').DefineComponent & Readonly<{}>, { jsUrl: string; cssUrl: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { reactRoot: HTMLDivElement; }, HTMLDivElement>; export default _default;