import * as React from 'react'; import type { Placement } from './popover'; export declare function Arrow({ ref, placement, }: React.RefAttributes & { placement: Placement }): React.ReactNode;