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