import React from 'react'; export interface Props { cards?: any[]; timeTargets?: any[]; } export declare const IdleTimeBoard: React.FC;