/** Possible options for the timepicker orientation (dial mode only). */
export type TimepickerOrientation = 'horizontal' | 'vertical';
