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