/// import { ActionProps } from './utils'; declare function CodeActions(props: ActionProps): JSX.Element | null; export default CodeActions;