export interface ComponentContract {
    getValue(): null | string;
}
