interface ResizableSeparatorProps { onResize: (clientX: number) => void; onDragStart: () => void; onDragEnd: () => void; className?: string; } /** * A draggable vertical separator for resizing panels. * Used between chat and artifact panels in desktop mode. */ export declare const ResizableSeparator: ({ onResize, onDragStart, onDragEnd, className, }: ResizableSeparatorProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ResizableSeparator.d.ts.map