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