import { FaqType } from "../../types/initialDataType";
/**
 * Renders the FAQ home button component.
 * placed in the home screen in order to access the view/screen.
 */
export declare function FaqHomeButton({ FaqQuestions }: {
    FaqQuestions: FaqType[];
}): import("react/jsx-runtime").JSX.Element;
