import { BaseComponent } from '../../utils'; import type { BreakpointCustomizable, FlexItemAlignSelf, FlexItemFlex, FlexItemGrow, FlexItemOffset, FlexItemShrink, FlexItemWidth } from '../types'; import * as i0 from "@angular/core"; /** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Flex instead. */ export declare class PFlexItem extends BaseComponent { alignSelf?: BreakpointCustomizable; flex?: BreakpointCustomizable; grow?: BreakpointCustomizable; offset?: BreakpointCustomizable; shrink?: BreakpointCustomizable; width?: BreakpointCustomizable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }