import React from 'react'; export declare type ResultIconProps = {}; export declare const useResultIcon: (status?: "error" | "waiting" | "success" | "warning" | "info" | undefined) => string | number | boolean | Iterable | React.JSX.Element | null;