import { AirplaneFile } from "airplane";
import { InputAction } from "../../../state/components/input/reducer";
export type FileInputTValue = AirplaneFile[] | AirplaneFile | undefined;
export type Action = InputAction<FileInputTValue>;
export declare const reducer: (state: import("../../../state/components/input/reducer").InputState<FileInputTValue>, action: InputAction<FileInputTValue>) => import("../../../state/components/input/reducer").InputState<FileInputTValue>;
