import { type ReactNode } from "react"; import { ConfigurationPanelContent } from "./ConfigurationPanelContent.js"; export declare class UnsupportedConfigurationPanel extends ConfigurationPanelContent { componentDidMount(): void; protected isControlDisabled(): boolean; protected renderConfigurationPanel(): ReactNode; } //# sourceMappingURL=UnsupportedConfigurationPanel.d.ts.map