/**
 * Checks if an app is running inside <iframe /> tag
 */
export declare function tuiIsInsideIframe(win: Window): boolean;
