declare const noise_reduction: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default noise_reduction;