import { ComponentType, default as React } from 'react'; import { ExpandPanelRendererProps } from './types'; export declare const MemoComponent: React.MemoExoticComponent<(props: ExpandPanelRendererProps) => string | number | bigint | boolean | Iterable | Promise> | Iterable | null | undefined> | import("react/jsx-runtime").JSX.Element | null>; export declare const ExpandPanelRenderer: ComponentType;