import { BadgeProps } from "../Badge.interface"; export declare class BadgeObject { private _container; get badge(): HTMLElement; clickBadge(): void; render(props?: Partial): this; }