export declare class DsCiteoBadge { /** * The Notification count * */ count: number; /** * The badge content context * */ iconOnly: boolean; /** * The badge animation condition * */ animated: boolean; /** * The badge edge state * */ edge: boolean; render(): any; }