export declare class DdaLinkButton { type: string; disabled: boolean; start_icon: string; end_icon: string; aria_label?: string; button_color: string; size?: string; button_shape?: string; icon_button_shape?: string; gap?: number; custom_class?: string; href?: string; component_mode?: string; button_id: string; render(): any; }