export declare const ExpandableRegion: ({ show, content }: { show: boolean; content: JSX.Element | JSX.Element[]; }) => import("react/jsx-runtime").JSX.Element;