import * as React from 'react';
declare const UatpIcon: ({ size }: {
    size: string;
}) => React.JSX.Element;
export default UatpIcon;
