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