export default function nose(props: {
    style?: string;
    color?: string;
}): JSX.Element;
