import React from 'react'; import { ISlidePanelGroupProps } from './SlidePanelGroup'; export declare const ActiveIdForAll: "__ActiveIdForALL"; interface ISlidePanelGroupContext { activeId: ISlidePanelGroupProps['activeId']; onSwitchPanelItem: ISlidePanelGroupProps['onSwitchPanelItem']; } declare const slidePanelGroupContext: React.Context; export default slidePanelGroupContext; export declare const useSlidePanelContext: () => ISlidePanelGroupContext; //# sourceMappingURL=context.d.ts.map