import type { FC, PropsWithChildren } from 'react';
declare const SidebarLayout: FC<PropsWithChildren>;
export default SidebarLayout;
