import type { ScreenViewBaseConfig, ScreenCurrentTotal } from './ScreenViewBaseConfig';
export type ScreenRaceViewConfig = ScreenViewBaseConfig & {
    laps?: ScreenCurrentTotal;
};
