/// type Props = { size?: number | string; color?: string; }; declare function TEL({ size, color }: Props): JSX.Element; declare namespace TEL { var DefaultColor: string; } export default TEL;