export type DraggableFilterDropZonePlacement = "inside" | "outside"; export type DraggableFilterDropZoneHintPosition = "next" | "prev"; export type DraggableFilterDropZoneHintProps = { placement?: DraggableFilterDropZonePlacement; hintPosition: DraggableFilterDropZoneHintPosition; targetIndex: number; acceptPlaceholder?: boolean; onAddAttributePlaceholder?: (index: number) => void; }; export declare function DraggableFilterDropZoneHint({ placement, hintPosition, targetIndex, acceptPlaceholder, onAddAttributePlaceholder }: DraggableFilterDropZoneHintProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DraggableFilterDropZoneHint.d.ts.map