import { ViewStyle } from 'react-native';
export declare const getTooltipStyle: ({ yOffset, xOffset, elementHeight, elementWidth, width, height, withPointer, backgroundColor, containerStyle, }: {
    yOffset: any;
    xOffset: any;
    elementHeight: any;
    elementWidth: any;
    width: any;
    height: any;
    withPointer: any;
    backgroundColor: any;
    containerStyle: any;
}) => ViewStyle;
