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