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