import { SelectedChannel } from '../../components/ChannelContext/ChannelContext'; declare const createIntlOptions: ({ selectedChannel, options }: { selectedChannel: SelectedChannel; options: any; }) => any; export default createIntlOptions;