import { SinglePointElement } from './singlePointElement';
/**
 * Class for a use element positioned at an anchor point.
 */
export declare class UseElement extends SinglePointElement {
    href: string;
    /**
     * Constructor.
     */
    constructor();
}
