import "./styles/index.scss"; declare class UI { private options; constructor(); private init; destroy(): void; } export default UI;