import * as C from './c'; import * as Cfx from './cfx'; import * as Discord from './discord'; import * as ESX from './esx'; import * as FiveM from './fivem'; import * as FiveMEnhanced from './fivemEnhanced'; import * as Forum from './forum'; import * as Github from './github'; import * as Google from './google'; import * as GPortal from './gportal'; import * as Javascript from './javascript'; import * as Lua from './lua'; import * as Marketplace from './marketplace'; import * as Medal from './medal'; import * as Nitrado from './nitrado'; import * as Nodecraft from './nodecraft'; import * as Patreon from './patreon'; import * as Portal from './portal'; import * as QBcore from './qbcore'; import * as RedemRP from './redemrp'; import * as RedM from './redm'; import * as Rockstar from './rockstar'; import * as Shockbyte from './shockbyte'; import * as Support from './support'; import * as Tebex from './tebex'; import * as Twitch from './twitch'; import * as TxAdmin from './txadmin'; import * as VorpCore from './vorpcore'; import * as X from './x'; import * as Xrealm from './xrealm'; import * as Zap from './zap'; export declare const Logos: { Cfx: typeof Cfx; Portal: typeof Portal; Marketplace: typeof Marketplace; Forum: typeof Forum; Support: typeof Support; FiveM: typeof FiveM; FiveMEnhanced: typeof FiveMEnhanced; RedM: typeof RedM; Rockstar: typeof Rockstar; Google: typeof Google; Patreon: typeof Patreon; Tebex: typeof Tebex; QBcore: typeof QBcore; ESX: typeof ESX; VorpCore: typeof VorpCore; RedemRP: typeof RedemRP; Discord: typeof Discord; Github: typeof Github; X: typeof X; TxAdmin: typeof TxAdmin; GPortal: typeof GPortal; Nitrado: typeof Nitrado; Nodecraft: typeof Nodecraft; Xrealm: typeof Xrealm; Shockbyte: typeof Shockbyte; Zap: typeof Zap; Lua: typeof Lua; C: typeof C; Javascript: typeof Javascript; Twitch: typeof Twitch; Medal: typeof Medal; }; export * as LogoNames from './Logos.types';