export declare class links { nome: string; uri: string; isTargetSelf: boolean; disable: boolean; }