export declare class ImagePlaceholder { private static _jpg; private static _png; private static _bmp; private static _gif; private constructor(); static get JPG(): Buffer; static get PNG(): Buffer; static get BMP(): Buffer; static get GIF(): Buffer; } //# sourceMappingURL=image-placeholders.d.ts.map