import React from 'react';
declare const AuthenticationBackgroundComponent: React.FC;
declare const OverridableAuthenticationBackgroundComponent: React.ComponentType<{
    OriginalComponent?: React.ComponentType<{}> | undefined;
}>;
export { OverridableAuthenticationBackgroundComponent as default, OverridableAuthenticationBackgroundComponent as AuthenticationBackgroundComponent, AuthenticationBackgroundComponent as OriginalAuthenticationBackgroundComponent, };
