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