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