import { H5PEditorComponent } from './h5p-editor'; import { H5PPlayerComponent, IxAPIEvent, IContext } from './h5p-player'; import { IH5P, IH5PDialog, IH5PEventDispatcher, IH5PInstance } from './h5p-types'; export { H5PEditorComponent, H5PPlayerComponent, IxAPIEvent, IContext, IH5P, IH5PInstance, IH5PDialog, IH5PEventDispatcher }; export declare function defineElements(element?: string | string[]): void;