interface VideoSourceDialogContentProps { onClose: () => void; } export declare function VideoSourceDialogContent({ onClose }: VideoSourceDialogContentProps): import("react/jsx-runtime").JSX.Element; export {};