import React from 'react'; import { SvgProps } from '../Svg'; interface ListHandRaiseProps extends SvgProps { } declare const ListHandRaise: React.SFC; export default ListHandRaise;