import { PossibleInputTypes } from './timeUtils'; export default function AmPmSwitcher({ onChange, hours, inputType, direction, }: { hours: number; onChange: (newHours: number) => any; inputType: PossibleInputTypes; direction?: 'vertical' | 'horizontal'; }): import("react").JSX.Element; //# sourceMappingURL=AmPmSwitcher.d.ts.map