import { EnumLabelDict } from '../../types'; interface Props { completedWithErrors?: boolean; enumLabelDict: EnumLabelDict; } export default function Summary({ completedWithErrors, enumLabelDict }: Props): import("preact").JSX.Element; export {}; //# sourceMappingURL=Summary.d.ts.map