/// import { IconProps } from '../../types'; declare const TeaCup: (allProps: IconProps) => JSX.Element; export default TeaCup;