/// <reference types="react" />
/**
 * @private
 */
export interface AttachmentDownloadErrorBarProps {
    /**callback to dismiss the download error message */
    onDismissDownloadErrorMessage: () => void;
    /** Error message to render */
    attachmentDownloadErrorMessage: string;
}
/**
 * @private
 */
export declare const AttachmentDownloadErrorBar: (props: AttachmentDownloadErrorBarProps) => JSX.Element;
//# sourceMappingURL=AttachmentDownloadErrorBar.d.ts.map