import { SVGProps } from "react";
declare const SvgFrame: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgFrame;
