import { IPSFlexLayout } from './ipsflex-layout'; import { PSModelObjectImpl } from '../../psmodel-object-impl'; export declare class PSFlexLayoutImpl extends PSModelObjectImpl implements IPSFlexLayout { get align(): 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around'; get codeName(): string; get dir(): 'row' | 'row-reverse' | 'column' | 'column-reverse'; get dynaModelFilePath(): string; get layout(): string; get mOSFilePath(): string; get memo(): string; get name(): string; get rTMOSFilePath(): string; get userCat(): string; get userTag(): string; get userTag2(): string; get userTag3(): string; get userTag4(): string; get vAlign(): 'flex-start' | 'flex-end' | 'center' | 'baseline' | 'stretch'; get cls(): string; instanceof(cls: string): boolean; } //# sourceMappingURL=psflex-layout-impl.d.ts.map