declare const compilerOptions: { isCustomElement(name: string): boolean; prefix: string; }; export { compilerOptions };