import * as React from "react"; import { type SeparatorProps } from "../../Separator/index.js"; type DropdownMenuSeparatorProps = SeparatorProps; declare const DropdownMenuSeparator: ((props: DropdownMenuSeparatorProps) => React.JSX.Element) & { original: (props: DropdownMenuSeparatorProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: ((props: DropdownMenuSeparatorProps) => React.JSX.Element) & { original: (props: DropdownMenuSeparatorProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<((props: DropdownMenuSeparatorProps) => React.JSX.Element) & { original: (props: DropdownMenuSeparatorProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; export { DropdownMenuSeparator, type DropdownMenuSeparatorProps };