declare const _adSize: string[], _screenSize: string[], _videoSize: string[]; import _brandColors from './brandColors.json'; declare const _brandNames: string[]; declare function image(size: string, background: string, foreground: string, text: string): string; declare function image(size: string, background: string, foreground: string, format: string, text: string): string; declare function image(size: string, background: string, text: string): string; declare function dataImage(size: string, text: string): any; export { _adSize, _screenSize, _videoSize, image, image as img, _brandColors, _brandNames, dataImage };