export interface IComponentConfiguration {
    [index: string]: any;
}

export default IComponentConfiguration;
