interface DraggableProps { disabled?: true; } export declare function draggebler(node: HTMLElement, props: DraggableProps): () => void; export {};