import * as react_jsx_runtime from 'react/jsx-runtime'; interface BlockSettingsPanelProps { blockId: string | null; } declare function BlockSettingsPanel({ blockId }: BlockSettingsPanelProps): react_jsx_runtime.JSX.Element | null; export { BlockSettingsPanel };