export interface InputProps { defaultValue: V; options: { value: V; label: string; }[]; name: string; callback?: (value: V) => void; } //# sourceMappingURL=types.d.ts.map