import React from 'react';
import * as Type from './types';
export declare const Loader: () => React.ReactElement<any, string | ((props: any) => React.ReactElement<any, string | any | (new (props: any) => React.Component<any, any, any>)> | null) | (new (props: any) => React.Component<any, any, any>)>;
export declare const Props: Type.Props;
export declare const ContainerStyle: React.CSSProperties;
export declare const FrameStyle: (loading: boolean) => React.CSSProperties;
