export function Reply(props: any): any;
export namespace Reply {
    function serialize(replyProps: any): {
        reply: {
            title: any;
            payload: any;
        };
    };
}
