export interface IComponentDefault { id: string; securityId: string; validar(securityId: any): void; }