import React from "react"; declare type CGISearchAlertType = { RetornarDados: Function; }; export declare const CGISearchAlert: React.ForwardRefExoticComponent>; export {};