import { Styles } from '../types/types'; import OlComponent from './OlComponent'; import { STYLES } from './../styles'; export default class FontFamilyComponent extends OlComponent { onClick: (value: Styles[K]) => void; activeIndex: number; style: keyof typeof STYLES; styleString: string; valueMap: any; offset: number; constructor(style: keyof typeof STYLES, onClick: (value: Styles[K]) => void, styleString?: string, valueMap?: {}, offset?: number); styles: import("lit").CSSResult; renderButtons: () => import("lit-html").TemplateResult<1>; totalOffset: number; handleScroll: (event: Event) => void; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=SemiSelectorComponent.d.ts.map