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