import type { ViewStyle } from 'react-native'; interface DividerProps { direction?: 'horizontal' | 'vertical'; style?: ViewStyle; _tokens?: Record; testID?: string; } export declare function Divider({ direction, style, _tokens, testID }: DividerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=divider.d.ts.map