import type { IViewProps } from '../../primitives/View/types'; export declare type IDividerProps = IViewProps & { orientation?: 'vertical' | 'horizontal'; };