import { DrawLogoOptions } from './types';
export declare function drawLogo({ ctx, img, logoWidth, width, margin, consumer }: DrawLogoOptions): void;
