import { FunctionalComponent } from 'preact'; import { Handy } from '../../handy'; import './UUI.scss'; interface Props { handy: InstanceType; } declare const UUI: FunctionalComponent; export default UUI;