import { FC } from 'react'; export interface SilentCallbackProps { configurationName: string; } declare const SilentCallbackManager: FC; export default SilentCallbackManager; //# sourceMappingURL=SilentCallback.component.d.ts.map