import React from 'react'; export interface ActionSeparatorProps { } export const ActionSeparator: React.FC = () => { return ( <> ) }