interface Props { url: string; } export default function VideoComponent({ url, ...rest }: Props): import("react/jsx-runtime").JSX.Element; export {};