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; export {}; //# sourceMappingURL=SidePanelAPI.d.ts.map