import { Input } from "../input";
/** Container for counters associated with other inputs */
export declare class Increment extends Input<number> {
    state: number;
    active: boolean;
}
//# sourceMappingURL=increment.d.ts.map