export declare class LegrandavLink { label: string; color: string; size: string; linkOnClick: Function; render(): any; }