import React from 'react';
export declare const useEmbedState: (service: string) => {
    serviceConsent: 1 | 2 | undefined;
    setServiceConsent: React.Dispatch<React.SetStateAction<1 | 2 | undefined>>;
    serviceInfo: import("@bemit/consent-ui/ConsentUiInfo/ConsentUiDefinition.js").ConsentUiTrackGroupService | undefined;
};
