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").RsRefForwardingComponent<"hgroup", ComponentProps>;
export default HeadingGroup;
