import React from "react";
interface Props {
    image: string | null;
}
export declare function AcknowledgementImage(props: Props): React.JSX.Element;
export {};
