import { SelectInputBuilder } from "../components"; export declare function selectInput(name: string): SelectInputBuilder; export declare function selectInputOptions(name: string, options: any[]): SelectInputBuilder; //# sourceMappingURL=selectInput.d.ts.map