import { InputAction } from "../../../state/components/input/reducer";
export type SelectTValue = string | number | undefined;
export type Action = InputAction<SelectTValue>;
export declare const reducer: (state: import("../../../state/components/input/reducer").InputState<SelectTValue>, action: InputAction<SelectTValue>) => import("../../../state/components/input/reducer").InputState<SelectTValue>;
