import './DateTimeToggler.css'; import React from 'react'; import { PropsWithJsxAttributes } from '../../../utils/types/PropsWithJsxAttributes'; export type DateTimeTogglerProps = PropsWithJsxAttributes<{ prevOnClick?: React.EventHandler>; nextOnClick?: React.EventHandler>; onLabelClick?: React.EventHandler>; label: string | number; children?: never; }, 'div'>; export declare const cnDateTimeToggler: import("@bem-react/classname").ClassNameFormatter; export declare const DateTimeToggler: React.FC;