/// declare type InputErrorProps = { error: string; }; export default function InputError({ error }: InputErrorProps): JSX.Element; export {};