import "../module-globals.js"; declare const _default: { config: { components: { basics: import("../components/define-component.js").ComponentDefinition<"basics", { 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; } & { basics?: { image: string; roundedImage?: boolean | null | undefined; } | null | undefined; }, unknown, { readonly container: { readonly display: "flex"; readonly flexDirection: "row"; readonly alignItems: "center"; readonly width: "100%"; }; readonly leftContainer: { readonly display: "flex"; readonly justifyContent: "center"; readonly alignItems: "center"; }; readonly rightContainer: { readonly marginLeft: "8pt"; readonly flexGrow: 1; }; readonly name: { readonly fontSize: "24pt"; readonly marginBottom: "8pt"; }; readonly itemContainer: { readonly display: "flex"; readonly flexDirection: "row"; readonly flexWrap: "wrap"; readonly rowGap: "4pt"; readonly columnGap: "12pt"; }; readonly item: { readonly color: "black"; }; readonly firstItem: { readonly borderLeft: "none"; readonly paddingLeft: 0; readonly marginLeft: 0; }; readonly summary: { readonly marginTop: "8pt"; readonly marginBottom: "8pt"; }; readonly picture: { readonly width: "100px"; readonly overflow: "hidden"; }; }>; }; }; }; export default _default;