import React from 'react';
declare type Props = {
    loading?: boolean;
};
export declare const VideoLoader: React.NamedExoticComponent<Props>;
export {};
