import { default as React } from 'react';
import { IconStyles } from './types';
interface ShieldIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const ShieldIcon: React.FC<ShieldIconProps>;
export default ShieldIcon;
//# sourceMappingURL=Shield.d.ts.map