import { Styles } from '../types/types'; import OlComponent from './OlComponent'; export default class MoreComponent extends OlComponent { update: (key: K, value: Styles[K]) => void; constructor(update: (key: K, value: Styles[K]) => void); private components; private curComponent; showComponent: (id: keyof typeof this.components) => void; readerUpdate: () => void; highlightUpdate: () => void; styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=RadialMoreComponent.d.ts.map