export interface IOneTrust {
    /**
     *  The OneTrust id associated with your application / website
     */
    domainId: string;
}
export declare const OneTrust: (props: IOneTrust) => import("react/jsx-runtime").JSX.Element;
export declare const toggleOneTrustCookieDialog: () => void;
