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