/** * A button that sets the end time of a range calendar to the current date/time. * Disabled when value has already a now or would lead to an error. * @internal */ export declare const SetTimeToNowButton: { (): import("react/jsx-runtime").JSX.Element; displayName: string; };