import type { FunctionComponent } from 'react'; import type { ForwardProps, OmitStrict } from '@pega/cosmos-react-core'; import type { ChatSettingsPanelProps } from './Chat.types'; export declare const ChatControlPanelIcon: FunctionComponent & ForwardProps>; declare const ChatSettingsPanel: FunctionComponent; export default ChatSettingsPanel; //# sourceMappingURL=ChatSettingsPanel.d.ts.map