/** * Input.ts * * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT license. * * MacOS implementation of Input interface. */ import * as RX from '../common/Interfaces'; export declare class Input extends RX.Input { constructor(); } declare const _default: Input; export default _default;