import { IconProps } from '../lib';
declare function At(props: IconProps): JSX.Element;
export default At;
