import * as React from "react"; export interface ActionDropdownSeparatorProps { } export declare const ActionMenuSeparator: React.FC;