import type { HasComponent, HTMLAttributesWithRootRef } from '../../types';
export type GroupExpandedContentProps = HTMLAttributesWithRootRef<HTMLElement> & HasComponent & {
    /**
     * Направление отображения контента.
     */
    direction?: 'inline' | 'block';
};
export declare const GroupExpandedContent: ({ direction, ...restProps }: GroupExpandedContentProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=GroupExpandedContent.d.ts.map