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