export declare const basicsItemsComponent: import("../define-component.js").ComponentDefinition<"basicsItems", { basics: { name: string; label?: string | null | undefined; summary?: string | null | undefined; image?: string | null | undefined; url?: string | null | undefined; location?: { address?: string | null | undefined; postalCode?: string | number | null | undefined; city?: string | null | undefined; countryCode?: string | null | undefined; region?: string | null | undefined; } | null | undefined; highlights?: string[] | null | undefined; email?: string | null | undefined; phone?: string | null | undefined; profiles?: { url: string; network: string; username: string; }[] | null | undefined; locationFormat?: string | null | undefined; order?: string[] | null | undefined; icons?: Record | null | undefined; }; config?: { wrap?: { basics?: boolean | null | undefined; } | null | undefined; } | null | undefined; }, { renderItem: (args_0: any, args_1: any, args_2: number, ...args: unknown[]) => any; }, {}>;