export interface OpenScreenAnimationOptions {
    iconUrl?: string;
    title?: string;
}
/**
 * 打开开屏动画
 */
export declare const openScreenAnimation: (options?: OpenScreenAnimationOptions) => void;
