/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { ButtonProps } from '@progress/kendo-react-buttons'; /** * Represents the props of the KendoReact [Toggle Button](https://www.telerik.com/kendo-react-ui/components/dateinputs/api/togglebutton) component. */ export interface ToggleButtonProps extends ButtonProps { } /** * Represents the default `toggleButton` component rendered by the [KendoReact Scheduler DatePicker](https://www.telerik.com/kendo-react-ui/components/dateinputs/datepicker). */ export declare const ToggleButton: import('react').ForwardRefExoticComponent>;