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