import { HTMLAttributes } from "react";
/**
 * A section showing a security details for the Bit Enterprise solution.
 * The section features a large out-of-section background image, which get nicely cut in response to screen resolution.
 * @name Reliability
 */
export declare const Reliability: ({ className, ...rest }: HTMLAttributes<HTMLDivElement>) => JSX.Element;
