import * as React from 'react'; declare function SvgCalendar(props: React.SVGAttributes<{}>): JSX.Element; export default SvgCalendar;