import React from "react"; interface Props { label?: string; helpLabel?: string; } export declare const AddonQuestion: React.FC; export {};