import { ReactNode } from 'react'; import { SidePanelsState } from '../../state/SidePanelsState'; export interface SidePanelModalItemProps { id: string; children?: ReactNode; width: number; state: SidePanelsState; } declare function _SidePanelModalItem(props: SidePanelModalItemProps): JSX.Element; export declare const SidePanelModalItem: typeof _SidePanelModalItem & { displayName: string; }; export {}; //# sourceMappingURL=SidePanelModalItem.d.ts.map