export declare function ElapsedTimeCell(props: { start?: number | string; finish?: number | string; }): import("react/jsx-runtime").JSX.Element;