/** * Data Class for the Action Links in Info Callouts */ export declare class ActionLink { Link: string; Text: string; }