import React from 'react'; import { IconButton } from '@mui/material'; type Props = React.ComponentProps & { tooltip?: React.ReactNode; }; export declare const ControlsButton: React.FC; export {};