import type { LitElement } from 'lit'; /** * @param prefix The prefix to use in the tag name. * @param classes The Pharos classes to register as custom elements. */ declare const registerComponents: (prefix: string, classes: (typeof LitElement)[]) => void; export default registerComponents; //# sourceMappingURL=registerComponents.d.ts.map