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