import type { DESIGN_HIDDEN_ARGUMENT } from "./hidden"; export interface IGlobalProperties { hidden?: DESIGN_HIDDEN_ARGUMENT; }