import React from 'react'; export interface TreeTriggerProps { label: string; onClick: () => void; } export declare const TreeTrigger: React.FC;