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