export declare class RasaLinkButton { /** * Href value for the link button */ link: string; /** * Is button selected as option */ isSelected: boolean; render(): any; }