import ActionImage from './ActionImage'; import type { ActionImageProps } from './ActionImage.types'; export type { ActionImageProps }; export default ActionImage;