export type InputErrorProps = { error: any; }; export declare function InputError({ error }: InputErrorProps): any; //# sourceMappingURL=InputError.d.ts.map