/// import './style'; import { PropsType } from './propsType'; export default function Retry({ reTry, height }: PropsType): JSX.Element;