import React from 'react'; import { IconButtonProps } from '@material-ui/core/IconButton'; import { SvgIconProps } from '@material-ui/core/SvgIcon'; import { Styles } from './EndAdornment.style'; export interface EndAdornmentProps extends Styles { onClick?: IconButtonProps['onClick']; Icon: React.ComponentType; } declare const _default: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps<"positionEnd">>; export default _default; //# sourceMappingURL=EndAdornment.d.ts.map