/** * Vertical version of [Separator]. Even though it looks vertical, it is used to separate objects horizontally. * */ declare class VSeparator extends Separator { /** * Vertical version of [Separator]. Even though it looks vertical, it is used to separate objects horizontally. * */ new(): VSeparator; static "new"(): VSeparator connect>(signal: T, method: SignalFunction): number; }