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