export interface TimerProps { agentStatus: string; } export declare const Timer: ({ agentStatus }: TimerProps) => import("react/jsx-runtime").JSX.Element;