import { XmlAttributeComponent } from "../../../../../../../../../file/xml-components"; export declare class PicLocksAttributes extends XmlAttributeComponent<{ readonly noChangeAspect?: number; readonly noChangeArrowheads?: number; }> { protected readonly xmlKeys: { noChangeAspect: string; noChangeArrowheads: string; }; }