import React from 'react'; import { WithTheme } from '@material-ui/core/styles'; import { IFieldProps as FieldProps } from '@comparaonline/ui-wizard-step-manager'; interface AddressSummaryProps extends Pick { } declare const AddressSummary: React.ComponentType<(Pick; } & WithTheme>, "children" | "formApi" | "texts" | "theme"> & import("@material-ui/core/styles").StyledComponentProps, "children" | "classes" | "innerRef" | "formApi" | "texts"> & import("@material-ui/core/styles/withTheme").ThemedComponentProps) | (Pick; } & WithTheme>, "children" | "formApi" | "texts" | "theme"> & import("@material-ui/core/styles").StyledComponentProps>, "children" | "classes" | "innerRef" | "formApi" | "texts"> & import("@material-ui/core/styles/withTheme").ThemedComponentProps)>; export { AddressSummary, AddressSummaryProps };