export type Props = { children: any; }; export default function Sidebar({ children }: Props): import("react/jsx-runtime").JSX.Element;