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