import { type Consent } from '@expofp/config';
import React from 'react';
interface OverlayContainerProps {
    isGDPR: boolean;
    consent: Consent;
}
declare const OverlayContainer: React.FunctionComponent<OverlayContainerProps>;
export default OverlayContainer;
//# sourceMappingURL=OverlayContainer.d.ts.map