export interface IComponent {
    getAttribute(): string;
}
