import m from 'mithril'; import { IAttrs } from '../../_shared'; export interface IFormLabelAttrs extends IAttrs { [htmlAttrs: string]: any; } export declare class FormLabel implements m.Component { view({ attrs, children }: m.Vnode): m.Vnode; }