/// <reference types="react" />
declare const X: (props: any, ref: any) => JSX.Element;
export default X;
