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