declare const AdvanceSearchPortal: ({ children, withPortal }: { children: any; withPortal?: boolean; }) => any; export default AdvanceSearchPortal;