import React from 'react'; import { IFieldProps as FieldProps } from '@comparaonline/ui-wizard-step-manager'; interface CarSummaryProps extends Pick { } declare const CarSummary: React.ComponentType; } & CarSummaryProps>, "children" | "formApi" | "texts"> & import("@material-ui/core").StyledComponentProps>; export { CarSummary };