import { type HTMLAttributes } from 'react'; export type ControlsBarProps = HTMLAttributes; export declare const ControlsBar: ({ className, ...rest }: ControlsBarProps) => import("react/jsx-runtime").JSX.Element;