import React from "react"; import { Objective } from "../../types/objective.js"; export interface RbcsLearnMoreProps { objectives: Objective[]; } /** * Describes RBCS and lists minimum level of protection required for each objective */ export declare const RbcsLearnMore: React.FunctionComponent;