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