import * as React from 'react'; import { View, ViewStyle, StyleProp } from 'react-native'; import type { $RemoveChildren } from '../types'; declare type Props = $RemoveChildren & { /** * Whether divider has a left inset. */ inset?: boolean; style?: StyleProp; /** * @optional */ theme: ReactNativePaper.Theme; }; declare const _default: (React.ComponentClass & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }, any> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & (({ inset, style, theme, ...rest }: Props) => JSX.Element)) | (React.FunctionComponent & (({ inset, style, theme, ...rest }: Props) => JSX.Element)), {}>) | (React.FunctionComponent & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<(React.ComponentClass & (({ inset, style, theme, ...rest }: Props) => JSX.Element)) | (React.FunctionComponent & (({ inset, style, theme, ...rest }: Props) => JSX.Element)), {}>); export default _default;