import React from 'react';
import { StyleProp, ViewStyle, ColorValue } from 'react-native';
type TriangleProps = {
    pointerColor?: ColorValue;
    style?: StyleProp<ViewStyle>;
    isDown?: boolean;
};
declare const _default: React.NamedExoticComponent<TriangleProps>;
export default _default;
