import { AireFormElement } from "./element"; export declare class AireFormMultiElement extends AireFormElement { checked: boolean; name: string; constructor(element: Element); }