export declare const styles: {
    timer: {
        maxWidth: number;
    };
    timerText: {
        backgroundColor: string;
        color: string;
        fontSize: number;
    };
};
