import { LeftPanelProps } from './LeftPanel.types'; export declare const LeftPanel: { ({ widthState, minWidth: minWidthProp, maxWidth, disableMediaAdaptive, collapseState, containerProps, contentProps, collapsedContentProps, expandedContent, collapsedContent, collapsedFooterContent, showToggleButton, showResizeable, onResize, onToggleCollapse, }: LeftPanelProps): import("react/jsx-runtime").JSX.Element; LeftPanelToggleButton: ({ onClick, collapsed, isAbsolute, isAdaptive1280, ...rest }: import('./LeftPanel.types').ToggleButtonProps) => import("react/jsx-runtime").JSX.Element; };