export declare const lit: typeof import("lit");
export declare const litDirectives: typeof import("../../../helpers/litDirectives");
export declare const litDecorators: typeof import("lit/decorators");
export declare const LitElement: typeof import("lit");
export declare const LitHtml: typeof import("lit");
export declare const MarkdownIt: any;
export declare const YAML: typeof import("js-yaml");
export declare const Popper: typeof import("@popperjs/core");
export declare const async: {
    KaTeX: () => Promise<typeof import("katex")>;
    StarboardPython: () => Promise<any>;
};
