/// import { BaseIconProps } from '../../types'; declare function SvgGoToTop({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgGoToTop;