import type { RequestBaseConfig } from "../utils/request.js";
export declare const getComponentPresets: (componentName: string | undefined, config: RequestBaseConfig) => Promise<false | any[]>;
