export declare const name: string; export declare const version: string; export declare const description: string; export declare const repository: { "type": string; "url": string; }; export declare const keywords: string[]; export declare const author: string; export declare const license: string; export declare namespace bugs { export const url: string; } export declare const homepage: string; export declare const peerDependencies: { "react": string; "react-native-svg": string; }; export declare const devDependencies: {};