import React from 'react'; import { GridProps } from '@material-ui/core/Grid'; import { WithTheme } from '@material-ui/core/styles'; interface EditableSummaryProps extends Partial> { editQuoteURL: string; ariaLabel?: string; } declare const EditableSummary: React.ComponentType<(Pick; } & WithTheme>, "children" | "alignItems" | "className" | "editQuoteURL" | "theme" | "ariaLabel"> & import("@material-ui/core/styles").StyledComponentProps, "children" | "alignItems" | "classes" | "className" | "innerRef" | "editQuoteURL" | "ariaLabel"> & import("@material-ui/core/styles/withTheme").ThemedComponentProps) | (Pick; } & WithTheme>, "children" | "alignItems" | "className" | "editQuoteURL" | "theme" | "ariaLabel"> & import("@material-ui/core/styles").StyledComponentProps>, "children" | "alignItems" | "classes" | "className" | "innerRef" | "editQuoteURL" | "ariaLabel"> & import("@material-ui/core/styles/withTheme").ThemedComponentProps)>; export { EditableSummary };