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