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