export declare class DesignUtil { static isInIframe(): boolean; static isOriginTrusted(origin: string): boolean; }