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