import * as React from 'react'; /** * @deprecated use InputNotification component instead * @param error ReactChild * @param info ReactChild */ export declare function showInputInfo(error?: React.ReactChild, info?: React.ReactChild): "" | 0 | JSX.Element | undefined;