import { LeftPanelAdaptiveSlot, LeftPanelSlotSizesProps } from '../LeftPanel.types'; export declare const getLeftPanelSlotSizes: (isAdaptive1280: boolean) => LeftPanelSlotSizesProps; export declare const getLeftPanelMinWidth: (isAdaptive1280: boolean, minWidth?: number) => number; export declare const renderLeftPanelSlot: (slot: LeftPanelAdaptiveSlot | undefined, slotSizes: LeftPanelSlotSizesProps) => import('react').ReactNode;