export interface SearchBuilderComponentDefinition {
    name: string;
    component: any;
    config?: any;
}
