import { Styles } from '../TimeTicker/TimeTicker.types'; export interface SeparatorProps { condition: boolean; finalStyles: Styles; }