import { MemoExoticComponent } from 'react'; export declare const dialogCss: string; export declare const bodyCss: string; export declare const scrollAreaCss: string; export declare const Search: MemoExoticComponent<() => import("react/jsx-runtime").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: MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;