import { type ConfigPlugin } from '@expo/config-plugins';
import type { IntercomPluginProps } from './@types';
declare const configPlugin: (pkg: {
    name: string;
    version: string;
}) => ConfigPlugin<IntercomPluginProps>;
export default configPlugin;
//# sourceMappingURL=index.d.ts.map