import { BaseComponentWithTheme } from '../../utils'; import type { BreakpointCustomizable, ButtonPureAlignLabel, SelectedAriaAttributes, ButtonPureAriaAttribute, ButtonPureIcon, ButtonPureSize, Theme, ButtonPureType, ButtonPureWeight } from '../types'; import * as i0 from "@angular/core"; export declare class PButtonPure extends BaseComponentWithTheme { active?: boolean; alignLabel?: BreakpointCustomizable; aria?: SelectedAriaAttributes; disabled?: boolean; form?: string; hideLabel?: BreakpointCustomizable; icon?: ButtonPureIcon; iconSource?: string; loading?: boolean; name?: string; size?: BreakpointCustomizable; stretch?: BreakpointCustomizable; theme?: Theme; type?: ButtonPureType; underline?: boolean; value?: string; /** @deprecated */ weight?: ButtonPureWeight; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }