import { ComponentProps } from '../internals/utils';
export type HeadingGroupProps = ComponentProps;
/**
 * HeadingGroup is a group of headings.
 * @see https://rsuitejs.com/components/heading
 */
declare const HeadingGroup: import("../internals/types").InternalRefForwardingComponent<"hgroup", Partial<ComponentProps>, never> & Record<string, never>;
export default HeadingGroup;
