declare global {
    interface Window {
        OneTrust: {
            ToggleInfoDisplay: () => void;
        };
    }
}
export { OneTrust, toggleOneTrustCookieDialog } from './OneTrust.container';
export type { IOneTrust } from './OneTrust.container';
