export declare const getFramework: () => string; export declare const setFramework: (framework: "dom" | "react") => "dom" | "react";