/** @jsx jsx */ import { FC } from 'react'; import { BoxProps } from 'theme-ui'; export declare const Arrow: FC<{ placement: string; borderColor: string; } & BoxProps>; export declare const Wrapper: FC<{ placement: string; borderColor: string; hidden: boolean; } & BoxProps>;