import type { GroupBase, GroupHeadingProps as ReactSelectGroupHeadingProps } from 'react-select'; import type { BehaviorTrackingProps } from '../../../core/types/behavior-tracking-props.js'; import { DataTestId } from '../../../core/types/data-props.js'; import { StylingProps } from '../../../core/types/styling-props.js'; type GroupHeadingProps> = ReactSelectGroupHeadingProps; export declare function GroupHeading>(props: GroupHeadingProps): import("react/jsx-runtime").JSX.Element; export {};