export declare const StatusIcon: ({ status }: {
    status: string;
}) => import("react/jsx-runtime").JSX.Element;
