import { FC } from "react";
interface SecurityIconProps {
}
declare const SecurityIcon: FC<SecurityIconProps>;
export default SecurityIcon;
