type Props = {
    status: "error" | "warning" | "success" | "info";
    label: string;
};
export declare const VuiStatus: ({ status, label }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
