/// import { SidePanelsState } from '../../state/SidePanelsState'; export interface SidePanelModalProps { top: number; state: SidePanelsState; } declare function _SidePanelModal(props: SidePanelModalProps): JSX.Element; export declare const SidePanelModal: typeof _SidePanelModal & { displayName: string; }; export {}; //# sourceMappingURL=SidePanelModal.d.ts.map