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, never> & Record; export default HeadingGroup;