import './Summary.scss';
import type { TopLevelDataSchema } from '../../core/context/StateContext/types';
import type { FormModel } from '../../core/models/form';
import type { SummaryProps } from './types';
export declare const summaryStep: FormModel;
export declare function Summary<TLDS extends TopLevelDataSchema>({ data, forms, gotoForm, labels, problems, trackNavigation, omitted, showFormHeader, showSectionHeader, showLegalCaption, showTaxExemptedLegalCaption, }: SummaryProps<TLDS>): import("preact").JSX.Element;
