interface Contact { type: string; id: number; } export declare const deleteContactCell: (contact: Contact) => string; export declare const addContactTemplate: () => string; export declare const displayContactType: ({ type }: { type: string; }) => string; export declare const respondInviteCell: (contact: Contact) => string; export {}; //# sourceMappingURL=templates.d.ts.map