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; label?: string; loading?: boolean; message?: string; state?: CheckboxWrapperState; theme?: Theme; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }