import type { LeafDirectiveTransformer } from './types.ts'; export interface BadgeDirectiveOptions { component?: string; } export declare const badgeDirective: LeafDirectiveTransformer;