import type { HTMLAttributesWithRootRef } from '../../../types';
export interface DropZoneGridProps extends HTMLAttributesWithRootRef {
/**
* Направление дочерних компонентов.
*/
direction?: 'row' | 'column' | undefined;
}
export declare const DropZoneGrid: ({ direction, ...props }: DropZoneGridProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=DropZoneGrid.d.ts.map