import type { CustomDirective } from '../../types';
/**
 * Create the @video directive
 */
export declare function createVideoDirective(): CustomDirective;
/**
 * The @video directive instance
 */
export declare const videoDirective: unknown;