import { ConsentTexts } from '../../configs/localization/ConsentTexts'; export type ConsentSectionKey = keyof typeof ConsentTexts.en; export default function AppConsent(): import("react").JSX.Element;