import React from 'react'; import { Styles } from './ItemWithSubtitle.style'; export declare type RemovableListItemWithSubtitleProps = Styles & { item: { label: string; subtitle?: React.ReactNode; }; }; declare const _default: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root" | "label" | "subtitle">>; export default _default; //# sourceMappingURL=ItemWithSubtitle.d.ts.map