import { ComponentProps } from '../internals/utils';
export type SidenavGroupLabelProps = ComponentProps;
/**
 * The `Sidenav.GroupLabel` component for use with the `Sidenav` component.
 *
 * @see https://rsuitejs.com/components/sidenav
 */
declare const SidenavGroupLabel: import("../internals/types").InternalRefForwardingComponent<"div", Partial<ComponentProps>, never> & Record<string, never>;
export default SidenavGroupLabel;
