/// export declare type CGITableResumoColunasTypes = { nome: string; valor: number; nomeCor: string; legenda: string; corFonte: string; }; /** * @Componente CGITableResumo - Componente responsavel pelos Tabela de Resumos * @Ref CGITableResumo */ export declare function CGITableResumo(props: { link: string; titulo: string; }): JSX.Element;