import type { DropdownMenuListItem } from "../types.js"; export declare function isSeparator(item: DropdownMenuListItem): boolean;