import { UI, icons, STATE, notify, themes } from "../src/lib"; declare module "pin-ui" { export { UI }; export { notify }; export { STATE }; export { icons }; export { themes }; }