/// <reference types="react" />
import * as React from 'react';
export interface ReplyProps {
    fill: any;
    stroke: any;
}
/**
 * Reply Icon
 */
export declare class Reply extends React.Component<ReplyProps, any> {
    render(): JSX.Element;
}
export default Reply;
