/** * Error Component * * Presentation component for error state * Fully customizable via props * Accessibility support included */ import React from "react"; import type { ErrorProps } from "./types"; export declare const Error: React.NamedExoticComponent;