import * as T from './Errors.types'; export declare function Errors(props: T.ErrorsProps): import("react/jsx-runtime").JSX.Element | null; export * from './Errors.types'; export default Errors;