import { AppItemType } from '../Config/interface'; export declare const getMicroConfig: (appConfig: AppItemType, appProps: any, container: HTMLDivElement) => { title: string; routerPrefix: string; container: HTMLDivElement; props: any; entry: { scripts: string[]; styles: string[]; html: string; }; }; export declare function fetchStyle(style: string): Promise; export declare const arrayify: (list: CSSRuleList | any[]) => T[]; export declare function rewrite(rules: CSSRule[], prefix?: string): string;