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