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