import { SearchActorRef } from './searchActor'; import { MemoExoticComponent, ForwardRefExoticComponent, RefAttributes } from 'react'; export declare const dialogCss: string; export declare const bodyCss: string; export declare const scrollAreaCss: string; export declare const Search: MemoExoticComponent<({ searchActorRef }: { searchActorRef: SearchActorRef; }) => import("react").JSX.Element>; /** * The shared search panel content used by both diagram and overview search. * Must be rendered inside a SearchContext.Provider. */ export declare const SearchPanelContent: ForwardRefExoticComponent>;