import type { Dispatch, SetStateAction } from 'react'; export declare const CodeEditorExpandable: ({ expanded, setExpanded, hideText, showText, }: { expanded: boolean; setExpanded: Dispatch>; hideText: string; showText: string; }) => import("react").JSX.Element; //# sourceMappingURL=Expandable.d.ts.map