import { JSX } from 'preact' export function Label( { children, className, ...props }: JSX.HTMLAttributes, ) { return ( ) }