import { TextInputComposition } from '../TextInput' export type TimeInputComposition = 'wrapper' | `input${Capitalize}` | 'timePicker'