import React from 'react'; interface Props { children: React.ReactChild; } declare const InputError: ({ children }: Props) => JSX.Element; export default InputError;