import * as React from 'react'; import { CustomSettingsPanel } from '../../../../AdaptableOptions/SettingsPanelOptions'; export interface CustomSettingsPanelProp { settingsPanel: CustomSettingsPanel; } export declare const CustomSettingsPanelView: React.FunctionComponent;