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