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