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