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