/// import { MouthProps } from './types'; export declare const Lips: ({ lipColor }: MouthProps) => JSX.Element;