/// declare type CGITituloJanelaType = { id?: string; Titulo: string; Janela: boolean; AlterarPermissao?: Function; temPermissao?: boolean; ExibirFav?: boolean; }; /** * @Componente CGITituloJanela - Componente usado no Para Definir os Tilulos do Sistema * @Ref CGIListar */ export declare function CGITituloJanela(props: CGITituloJanelaType): JSX.Element; export {};