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