import * as React from "react"; import * as react_jsx_runtime74 from "react/jsx-runtime"; //#region src/components/atoms/ErrorState.d.ts interface ErrorStateProps { title?: React.ReactNode; description?: React.ReactNode; icon?: React.ReactNode; onRetry?: () => void; retryLabel?: React.ReactNode; supportHref?: string; onContactSupport?: () => void; supportLabel?: React.ReactNode; className?: string; } declare function ErrorState({ title, description, icon, onRetry, retryLabel, supportHref, onContactSupport, supportLabel, className }: ErrorStateProps): react_jsx_runtime74.JSX.Element; //#endregion export { ErrorState }; //# sourceMappingURL=ErrorState.d.ts.map