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