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