import { InputType } from './inputType';
export declare class Input {
    name: string;
    position: number;
    row: number;
    isTV: boolean;
    type: InputType;
    exposeAsSwitch: boolean;
}
//# sourceMappingURL=input.d.ts.map