import React from 'react'; import type MdIconProps from './icon.model'; declare const MdExpandIcon: React.FunctionComponent; export default MdExpandIcon;