export default function TruConsent({ bannerId, apiUrl, userId }: {
    bannerId: any;
    apiUrl?: string;
    userId?: string;
}): any;
