/// import { IconProps } from '../../types'; declare const Reply: (allProps: IconProps) => JSX.Element; export default Reply;