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