import { PersonCard } from './_types'; import { ElementModel } from '../../_types'; export declare const createCompositePersonList: ({ actions, address, slotOne, email, image, isThemeDark, slotTwo, linkedin, name, phone, slotThreeItalic, slotFour, }: PersonCard) => ElementModel; //# sourceMappingURL=list.d.ts.map