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