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