import { StaticToken } from "@joist/di"; export interface SelectContainer extends Node { value: string; addSelectOption: (el: HTMLOptionElement) => void; } export declare const SELECT_CONTEXT: StaticToken;