import "dayjs/locale/fr"; import { TimepickerSpecificProps } from "interface"; export type DurationProps = { value?: string; handleChange(response: { [name: string]: string; }, value: string | undefined): void; label?: string; hourLabel?: string; andLabel?: string; minLabel?: string; response: { [name: string]: string; }; componentSpecificProps?: TimepickerSpecificProps; variables: Map; bindingDependencies: string[]; }; declare const _default: (props: any) => JSX.Element; export default _default;