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