import React from 'react'; import { StyleProp, View, ViewStyle } from 'react-native'; import type { $RemoveChildren, Orientation, DimensionValue, Theme } from '../../types'; type Props = $RemoveChildren & { orientation?: Orientation; size?: DimensionValue; style?: StyleProp; theme: Theme; variant?: 'default' | 'raised'; }; declare const _default: React.ComponentType & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & (({ orientation, size, style, theme, variant, ...rest }: Props) => React.JSX.Element), {}>; export default _default; //# sourceMappingURL=Divider.d.ts.map