type Props = {
    label: string;
};
export declare const VuiInProgress: ({ label }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
