import { IconProps } from '../Icon'; declare function SvgMore(props: IconProps): JSX.Element; export default SvgMore;