/** * 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.Element; displayName: string; }; //# sourceMappingURL=SetTimeToNowButton.d.ts.map