import React from 'react'; declare const ResultadoDaPesquisa: React.FC<{ documento: string; }>; export default ResultadoDaPesquisa;