export function StatusIcon({ status }: {
    status: any;
}): import("react/jsx-runtime").JSX.Element;
