/// <reference types="react" />
import { UimIconProps } from '../index.types';
declare function Uim500px(props: UimIconProps): JSX.Element;
export default Uim500px;
