/// <reference types="react" />
declare type Props = {
    isOpen: boolean;
    onClick: () => void;
};
export declare const TreeExpandButton: (props: Props) => JSX.Element;
export {};
