/// export declare type CGIConsultaRegistro = { Id: number; CodigoConsulta: string; QtdItens: number; colunas: Array<{ nomeTabela: string; nomeExibicao: string; }>; registros: Array; }; declare type CGISearchType = { link: string; }; export declare function CGISearch(props: CGISearchType): JSX.Element; export {};