interface RemoveComponentManifestProps { destinationDir: string; verbose: boolean; } export declare const removeComponentManifest: ({ destinationDir, verbose, }: RemoveComponentManifestProps) => void; export {};