import React from "react";
import { AcknowledgementDocumentQualityWarning } from "../../../configuration/document/AcknowledgementScreenConfiguration";
declare class Props {
    config?: AcknowledgementDocumentQualityWarning;
}
export declare const BannerHeight: number;
export declare function QualityInsufficientBanner(props: Props): React.JSX.Element;
export {};
