import * as React from "react"; type Props = { size?: number | string; color?: string; style?: object; }; declare function ShieldSecurityMedium({ size, color, style }: Props): React.JSX.Element; export default ShieldSecurityMedium; //# sourceMappingURL=ShieldSecurityMedium.d.ts.map