import React from 'react'; export type FaceAuthenticationLoadingProps = { loading: boolean; }; declare const Loading: React.FC; export default Loading;