import type { FC } from 'react'; import type { SerializableVideoBlockProps } from './video-block.component.types'; export type { SerializableVideoBlockProps } from './video-block.component.types'; export declare const SerializableVideoBlock: FC; export default SerializableVideoBlock;