export declare function createInteractiveTheme(options?: {
    skipIntro?: boolean;
}): Promise<void>;
