import { ContentTypeBase } from './ContentTypeBase';

export interface Component extends ContentTypeBase<'component'> {

}
