import React from 'react'; import type { TextFieldOptionsType, RadioFieldOptions } from '../../hooks'; import type { DefaultContentProps } from './types'; export default function DefaultContent({ body, buttons: { primary, links, secondary }, error, fields, Footer, FormFields, isPending, Header, headerText, validationErrors, }: DefaultContentProps): React.JSX.Element;