export declare const enterPlayground: () => void;
export declare const exitPlayground: () => void;
export declare const viewportState: {
    isActive: boolean;
    orientation: "p" | "l";
    deviceId: string;
    wrapper: "iframe" | "div";
    iframeUrl: string;
};
