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