import type { IconProps } from '../types/index'; declare function SvgToTop(iconProps: IconProps): JSX.Element; declare namespace SvgToTop { var displayName: string; } export default SvgToTop;