import { SvgProps } from './types'; declare const GreenShield: ({ width }: SvgProps) => import("react").JSX.Element; export default GreenShield;