import { As } from '../Introduction'; import { ButtonSize } from 'newskit'; export declare const baseContext: { baseUrl: string; data: {}; head: { siteTitle: string; }; topNav: { text: string; link: string; icon: JSX.Element; ariaLabel: string; }[]; sideNav: { text: string; href: string; id: string; }[]; sideNavSelected: string; sideNavOverrides: { backgroundColor: string; menuItemOverrides: { typographyPreset: string; stylePreset: { xs: string; lg: string; }; }; }; header: { title: string; titleOverrides: { typographyPreset: { xs: string; sm: string; }; stylePreset: string; marginBlockEnd: { xs: string; sm: string; }; as: string; }; description: string; descriptionOverrides: { typographyPreset: { xs: string; sm: string; }; stylePreset: string; marginBlockEnd: { xs: string; sm: string; }; }; backButtonOverrides: { marginBlockEnd: { xs: string; sm: string; md: string; }; stylePreset: string; typographyPreset: string; iconSize: string; }; marginBlockEnd: { xs: string; sm: string; md: string; }; showDivider: boolean; }; sections: never[]; sectionsOverrides: { list: { titleOverrides: { marginBlockEnd: { xs: string; md: string; }; typographyPreset: { xs: string; md: string; }; as: As; }; }; }; forms: { default: { props: { inputText: { cells: { xs: number; md: number; }; marginBlockEnd: string; }; }; }; }; footer: { helpChat: undefined; linksArray: { text: string; href: string; id: number; }[]; legalText: string; }; footerOverrides: { footerStyleOverrides: { stylePreset: string; }; footerAreaOverrides: { paddingBlock: string; paddingInline: string; }; footerDividerOverrides: { stylePreset: string; }; linksDividerOverrides: { stylePreset: string; marginBlock: string; }; ariaLabel: string; linkOverrides: { typographyPreset: string; }; legalTextOverrides: { stylePreset: string; typographyPreset: string; }; chatHelpOverrides: { icon: JSX.Element; buttonOverrides: { size: ButtonSize; stylePreset: string; text: string; minWidth: { xs: string; sm: string; }; }; helpSubheadline: string; helpHeadline: string; }; }; buttonGroupProps: { secondaryButton: { ariaLabel: string; href: string; overrides: { stylePreset: { xs: string; sm: string; }; width: string; }; marginBlockEnd: { xs: string; sm: string; }; }; primaryButton: { ariaLabel: string; overrides: { stylePreset: string; width: string; }; marginBlockEnd: { xs: string; sm: string; }; }; }; };