import React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; import type { Color, Direction, Theme } from '../../types'; type Props = { color?: Color; direction?: Direction; disabled?: boolean; segments?: number; style?: StyleProp; theme: Theme; }; declare const _default: React.ComponentType & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & (({ color, direction, disabled, segments, style, theme, ...rest }: Props) => React.JSX.Element), {}>; export default _default; //# sourceMappingURL=ChevronIcon.d.ts.map