import React from 'react'; export declare function ErrorIndicator({ errors }: { errors: React.ReactNode; }): JSX.Element;