declare const _default: {
    [symbol: string]: {
        name: string;
        icon: string;
    } | undefined;
};
export = _default;
