import React from 'react'; declare const LargeScreenLayerInput: React.FC; export default LargeScreenLayerInput; export interface IInput { value?: string; autofocus?: boolean; changeValue?: Function; }