import React from 'react'; import { SvgProps } from './types'; declare const Frame: React.FC; export default Frame;