/** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ import React from 'react'; import { ViewProps } from 'react-native'; export type PopoverIndicatorProps = ViewProps; export type PopoverIndicatorElement = React.ReactElement; export declare class PopoverIndicator extends React.Component { private getComponentStyle; render(): React.ReactElement; }