export declare const HELP_CATEGORIES: ({ flags: string[]; guid: string; icon: string; title: string; topics: { topicKey: string; }[]; } | { flags: string[]; guid: string; icon: string; title: string; topics: { label: string; topicKey: string; }[]; } | { guid: string; icon: string; title: string; topics: { topicKey: string; }[]; flags?: undefined; })[]; export declare const HELP_CONTENT: { accounts: { guid: string; title: string; topicTitle: string; content: { section1: { description: string; image: string; title: string; }; section2: { description: string; image: string; listItems: string[]; listTitle: string; subDescription: string; subTitle: string; title: string; }; section3: { description: string; image: string; listItems: string[]; listTitle: string; title: string; }; section4: { description: string; title: string; }; }; }; }; export declare const HELP_BY_CATEGORY_LIST: { guid: string; icon: string; topics: { type: string; }[]; }[]; export declare const POPULAR_TOPICS_LIST: { type: string; }[];