import type { DisplayObject } from '../../display-objects'; import type { CSSUnitValue } from '../cssom'; import type { CSSProperty } from '../CSSProperty'; import { CSSPropertyLengthOrPercentage } from './CSSPropertyLengthOrPercentage'; /** * local position */ export declare class CSSPropertyLocalPosition extends CSSPropertyLengthOrPercentage implements Partial> { /** * update local position */ postProcessor(object: DisplayObject, attributes: string[]): void; } //# sourceMappingURL=CSSPropertyLocalPosition.d.ts.map