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