import { KeyNamePair } from "./KeyNamePair";
export declare class StoryCustomLink extends KeyNamePair {
    /**
     * The external url to redirect the browser after clicking.
     *
    */
    targetUrl: string;
    /** True if we should capture the counts and report on them.
     @default true
     */
    isKpi: boolean;
}
