import { DestinationType } from '../utils/destination-type';
import { HyperlinkPropertyValueDestination } from './hyperlink-property-value-destination';
export declare class HyperlinkSourceValueDestination extends HyperlinkPropertyValueDestination {
    protected get destinationType(): DestinationType;
    protected createEmptyClone(): HyperlinkPropertyValueDestination;
}
