import type { ActionImageProps } from './ActionImage.types'; /** * ActionImage component definition. */ declare const ActionImage: (props: ActionImageProps) => import("react/jsx-runtime").JSX.Element; export default ActionImage;