export declare const useIsEmbedded: () => {
    isEmbedded: boolean;
};
