import { BaseComponent } from '../../utils';
import * as i0 from "@angular/core";
export declare class POptgroup extends BaseComponent {
    disabled?: boolean;
    label?: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<POptgroup, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<POptgroup, "p-optgroup,[p-optgroup]", never, { "disabled": { "alias": "disabled"; "required": false; }; "label": { "alias": "label"; "required": false; }; }, {}, never, ["*"], false, never>;
}
