import { InputGroupItemDescription } from "./InputGroupItemDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class PrefixDescription extends InputGroupItemDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private q;
    get id(): string;
    set id(a: string);
    private p;
    get ariaLabel(): string;
    set ariaLabel(a: string);
    private m;
    get isHover(): boolean;
    set isHover(a: boolean);
    private l;
    get disabled(): boolean;
    set disabled(a: boolean);
}
