import { ComponentProps } from '../internals/utils';
export type SidenavBodyProps = ComponentProps;
/**
 * The `Sidenav.Body` component for use with the `Sidenav` component.
 *
 * @see https://rsuitejs.com/components/sidenav
 */
declare const SidenavBody: import("../internals/types").RsRefForwardingComponent<"div", ComponentProps>;
export default SidenavBody;
