import type { ComponentPropsWithoutRef } from 'react'; type DropdownMenuSeparatorProps = ComponentPropsWithoutRef<'hr'>; declare function DropdownMenuSeparator({ className, ...props }: DropdownMenuSeparatorProps): import("react/jsx-runtime").JSX.Element; export type { DropdownMenuSeparatorProps }; export default DropdownMenuSeparator;