import React from 'react';
import { DefaultIconProps } from './types.js';
declare function _ShieldIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
export declare const ShieldIcon: React.MemoExoticComponent<typeof _ShieldIcon>;
export {};
//# sourceMappingURL=Shield.d.ts.map