/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { FloatingActionButtonHandle } from './interfaces/FloatingActionButtonHandle'; import { FloatingActionButtonProps } from './interfaces/FloatingActionButtonProps'; import * as React from 'react'; /** * Represents the [KendoReact FloatingActionButton component](https://www.telerik.com/kendo-react-ui/components/buttons/floatingactionbutton). * * @example * ```jsx * const App = () => { * return ( * * ); * }; * ``` */ export declare const FloatingActionButton: React.ForwardRefExoticComponent>;