import type { ComponentType } from '../../../../jsx'; import { type DividerProps } from './types'; export declare const VSDivider: ComponentType;