import { BreezrPresetConfig } from '@alicloud/console-toolkit-preset-official';
export declare const config: ({ port, isDev, }?: {
    port?: number | undefined;
    isDev?: boolean | undefined;
}) => {
    presets: (string | BreezrPresetConfig)[][];
    plugins: ((string | {
        id: string;
        cssPrefix: string;
    })[] | (string | {
        externals: any;
    })[])[];
};
