import { IconProps } from "./Icon"; declare const SecurityKey: ({ size, secondary, disabled }: IconProps) => import("preact").JSX.Element; export default SecurityKey;