import { ExpandDirection } from './expandDirection'; export declare const setupExpandablePanel: (node: HTMLDivElement, expandDirection: ExpandDirection, stretch?: boolean) => void;