export declare const minibrowserMockData: { firstLevel: ({ label: string; id: string; subtitle: string; isParent: boolean; value: string; } | { label: string; id: string; subtitle: string; value: string; isParent?: undefined; })[]; secondLevel: ({ isParent: boolean; label: string; id: string; subtitle: string; value: string; } | { label: string; id: string; subtitle: string; value: string; isParent?: undefined; })[]; thirdLevel: { label: string; id: string; subtitle: string; value: string; }[]; };