import { ReactNode } from 'react'; type VideoToolbarProps = { children: ReactNode; className?: string; }; export declare function VideoToolbar({ children, className }: VideoToolbarProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=VideoToolbar.d.ts.map