import { FC } from 'react'; export interface PanelContainerProps { position: 'bottom' | 'left' | 'right'; } export { usePanelManagerStore as panelManagerStore } from '../shared/plugins/panels/usePanelManagerStore'; export { usePanelRegistryStore as panelRegistryStore } from '../shared/plugins/registries/usePanelRegistry'; export declare const PanelContainer: FC; //# sourceMappingURL=PanelContainer.d.ts.map