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