import { ErrorType } from './types';
export declare const useErrorIcon: (type: ErrorType) => import("react").ForwardRefExoticComponent<Omit<import("lucide-react").LucideProps, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
export declare const useTruncatedMessage: (message: string, maxLength?: number) => (message: string, maxLength?: number) => string;
