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