import { InfoListItemType } from "./InfoListItem";
export type InfoListType = Array<InfoListItemType>;
type Props = {
    info: InfoListType;
};
export declare const VuiInfoList: ({ info }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
