import { Context, TagProducer } from 'binary-markup';
export declare const tile: TagProducer<unknown>;
export declare function calculateTiles(ctx: Context): number;
