import type { Components, JSX } from "../types/components"; interface RuxIconSecurity extends Components.RuxIconSecurity, HTMLElement {} export const RuxIconSecurity: { prototype: RuxIconSecurity; new (): RuxIconSecurity; };