import type { ControlButtonProps } from './types';
/**
* You can add buttons to the control panel by using the `` component
* and pass it as a child to the [``](/api-reference/components/controls) component.
*
* @public
* @example
*```jsx
*import { MagicWand } from '@radix-ui/react-icons'
*import { ReactFlow, Controls, ControlButton } from '@xyflow/react'
*
*export default function Flow() {
* return (
*
*
* alert('Something magical just happened. ✨')}>
*
*
*
*
* )
*}
*```
*/
export declare function ControlButton({ children, className, ...rest }: ControlButtonProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ControlButton.d.ts.map