export declare class RadhCounter {
    count: number;
    increment: () => void;
    render(): any;
}
