import { DrawIconOptions } from './types';
export declare function drawIcon({ ctx, iconWidth, width, margin, consumer }: DrawIconOptions): void;
