export declare const transformData: (data: any) => { title: string; list: any; }[]; export declare const findDataByName: any;