export type ArrowDirection = "bottom" | "right" | "top" | "left"; type ArrowProps = unknown; export declare const UpArrow: (_props: ArrowProps) => import("react/jsx-runtime").JSX.Element; export declare const DownArrow: (_props: ArrowProps) => import("react/jsx-runtime").JSX.Element; export declare const LeftArrow: (_props: ArrowProps) => import("react/jsx-runtime").JSX.Element; export declare const RightArrow: (_props: ArrowProps) => import("react/jsx-runtime").JSX.Element; export {};