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