export default interface IElementConfig {
  visible?: boolean;
}
