/** * Optional decorative arrow element for dropdown menu. * Automatically positioned by Floating UI middleware — sits at the edge of the * content element pointing toward the trigger. Headless: no visual opinions, * user is responsible for shape/rotation styling. */ export declare const DropdownMenuArrow: { ({ as, ref, style, children, ...props }: import("@/utils").FloatingArrowProps): import("react/jsx-runtime").JSX.Element; displayName: string; };