import React from "react"; export declare class InputUtils { static render(input: React.ReactNode, visible: boolean): React.ReactNode; }