import { ITreeStyleProps, ITreeStyles } from './TreeChart.types'; export declare const getStyles: (props: ITreeStyleProps) => ITreeStyles;