import { GemElement } from '@mantou/gem/lib/element'; export declare class DuoyunDividerElement extends GemElement { #private; static unnamed: string; size: 'small' | 'medium' | 'large'; color: string; orientation: 'horizontal' | 'vertical'; position: 'start' | 'center' | 'end'; } //# sourceMappingURL=divider.d.ts.map