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