import { LightningComponentBundle } from "@vlocode/salesforce"; export declare namespace FlexCardDesigner { let allLwcBundles: LightningComponentBundle[]; let childCards: any[]; let nsPrefix: string; let lwcPrefix: string; let isInsidePackge: boolean; let isStdRuntime: boolean; const defaultXmlConfig: { targetConfigs: string; recordPageConfig: string; appPageConfig: string; targets: string[]; api: number; }; function generateLWCFiles(lwcComponentName: any, item: any, type: any, mode: null | undefined, metaObject: any): any[]; function convertNameToValidLWCCase(str: any): any; } //# sourceMappingURL=flexCardDesignerUtil.d.ts.map