export declare type Contact = { id: number; title?: string | null; type?: string | null; displayValue?: string | null; value?: string | null; isSocial?: boolean | null; subtitle?: string | null; icon?: string | null; color?: string | null; createdAt: string; updatedAt: string; deletedAt?: string | null; };