import { CreateWuiProps } from '../System';
import * as Ariakit from '@ariakit/react';
export type ArrowProps = CreateWuiProps<'div', Ariakit.MenuArrowProps>;
export declare const Arrow: import('../System').CreateWuiComponent<"div", ArrowProps>;
