import type { SugarElement } from '../node/SugarElement'; declare const onShow: (element: SugarElement, f: () => void) => () => void; export { onShow }; //# sourceMappingURL=Viewable.d.ts.map