import { BaseComponentWithTheme } from '../../utils';
import type { BreakpointCustomizable, CheckboxWrapperState, Theme } from '../types';
import * as i0 from "@angular/core";
export declare class PCheckboxWrapper extends BaseComponentWithTheme {
    hideLabel?: BreakpointCustomizable<boolean>;
    label?: string;
    loading?: boolean;
    message?: string;
    state?: CheckboxWrapperState;
    theme?: Theme;
    static ɵfac: i0.ɵɵFactoryDeclaration<PCheckboxWrapper, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PCheckboxWrapper, "p-checkbox-wrapper,[p-checkbox-wrapper]", never, { "hideLabel": { "alias": "hideLabel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "message": { "alias": "message"; "required": false; }; "state": { "alias": "state"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, ["*"], false, never>;
}
