export interface InputSelectable { selection: string; updateSelection(): void; } export declare function changeSelection(input: HTMLInputElement, selection: string): void; //# sourceMappingURL=input.d.ts.map