import type { HasComponent, HTMLAttributesWithRootRef } from '../../types';
export type GroupHeaderProps = HTMLAttributesWithRootRef & HasComponent;
export declare const GroupHeader: ({ className, ...restProps }: GroupHeaderProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=GroupHeader.d.ts.map