export default Slack; declare function Slack({ optionchanged, createDataSource, options, isSaving, selectedDataSource, }: { optionchanged: any; createDataSource: any; options: any; isSaving: any; selectedDataSource: any; }): import("react/jsx-runtime").JSX.Element;