import { Draggable } from '@co-hooks/draggable';
import { IBrickDataGlobal } from '@chief-editor/base';
import { IBrickDragData } from '@chief-editor/core';
import { RefObject } from 'react';
export declare function useCreateContainer(container: RefObject<HTMLElement> | HTMLElement | null, brick: IBrickDataGlobal | IBrickDataGlobal[]): Draggable<IBrickDragData>;
