import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebFormDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private f;
    get novalidate(): boolean;
    set novalidate(a: boolean);
    private i;
    get submitRef(): string;
    set submitRef(a: string);
    private h;
    get resetRef(): string;
    set resetRef(a: string);
}
