type Option = { label: string; value: T; }; type Args = { initial?: number[]; message: string; options: Array>; }; export default function multiselect(args: Args): Promise; export {}; //# sourceMappingURL=multiselect.d.ts.map