import { FC } from '../../../node_modules/react'; interface PreviewVideoCardProps { highlightDirection: 'left' | 'right' | 'top' | 'bottom'; url: string; loop: boolean; } export declare const PreviewVideoCard: FC; export {};