export declare enum ContactType { TELEFONE = "Telefone", EMAIL = "Email" } export type ContactsProps = { documento?: string; };