import React from 'react'; export interface VideoProps { url?: string; width?: number; height?: number; } export declare const Video: React.FunctionComponent; export default Video; //# sourceMappingURL=Video.d.ts.map