export interface CountDownData {
    currentColor: string;
    offset: number;
}
//# sourceMappingURL=countdown-data.d.ts.map