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