export declare function getData(): {
    label: string;
    children: {
        label: string;
        children: string[];
    }[];
}[];
