import React from 'react';
import { SidePanelProps } from './SidePanel.types';
type SidePanelContextProps = {
    onCloseButtonClick?: () => void;
    onHelpButtonClick?: () => void;
    skin?: SidePanelProps['skin'];
    isDraggable?: SidePanelProps['draggable'];
};
export declare const SidePanelContext: React.Context<SidePanelContextProps>;
export {};
//# sourceMappingURL=SidePanelAPI.d.ts.map