export declare const TimerProps: {
    color: {
        type: StringConstructor;
        default: string;
    };
    callDuration: {
        type: StringConstructor;
        default: string;
    };
    fontSize: {
        type: StringConstructor;
        default: string;
    };
};
