import display from "./display.js"; declare const widget: { display: typeof display; }; export default widget;