import { OxGristEditor } from '@operato/data-grist'; export declare class DynamicSelector extends OxGristEditor { options: any; getOptions(): Promise<{ name: string; description: string; }[]>; firstUpdated(): Promise; get editorTemplate(): import("lit-html").TemplateResult<1>; }