import { TCustomError } from '../../../shared/types/services/TCustomError';
declare const Error: ({ title, description, logo, handleClearError, btnAction, btnText, hideBtn }: TCustomError) => import("react/jsx-runtime").JSX.Element;
export default Error;
