import React from "react";
declare class Props {
    layoutSize?: string;
    status?: string;
    statusTxt?: string;
    callback?: Function;
}
declare function YhwPageStatusRN(props: Props): React.JSX.Element;
export default YhwPageStatusRN;
