import React from 'react'; interface UnknownPaneProps { isSelected: boolean; pane: unknown; paneKey: string; } /** * @internal */ export declare function UnknownPane(props: UnknownPaneProps): React.JSX.Element; export {}; //# sourceMappingURL=UnknownPaneType.d.ts.map