/** * Copyright (c) 2025-present, NDLA. * * This source code is licensed under the GPLv3 license found in the * LICENSE file in the root directory of this source tree. * */ import type { JSX } from "react"; import { type Props } from "../Icon"; export declare const QuestionAnswerFill: (props: Props) => JSX.Element;