import { IDrawerSection } from './DrawerSection.container';
export declare const prefix = "NexusDrawerSection";
export declare const DrawerSectionComponent: (props: IDrawerSection) => import("react/jsx-runtime").JSX.Element;
