import { GemElement } from '@mantou/gem/lib/element'; export declare class DuoyunSpaceElement extends GemElement { size: 'normal' | 'small' | 'large'; orientation: 'horizontal' | 'vertical'; } //# sourceMappingURL=space.d.ts.map