import { Input } from './input.js'; export declare class Select extends Input { options(attrsOrProps: any): any; protected children(): VNode[]; }