import { ConfigPlugin } from '@expo/config-plugins';
export interface PngmePluginProps {
    pngmeSdkVersion?: string;
    pngmeMavenUrl?: string;
}
/**
 * Expo config plugin for Pngme SDK
 * Automatically configures Android permissions and dependencies
 */
declare const withPngme: ConfigPlugin<PngmePluginProps | void>;
export default withPngme;
//# sourceMappingURL=withPngme.d.ts.map