export type InfoListItemType = {
    title: string;
    value: React.ReactNode;
};
type Props = InfoListItemType;
export declare const VuiInfoListItem: ({ title, value }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
