import type { ComponentControl } from '../../../core'; export declare type LinkProps = { text: string; url: { value: string; __type: 'url'; trackingEnabled: boolean; target: '_blank'; }; styles: { [styleName: string]: string; }; }; export declare const linkSettingsNewControl: ComponentControl;