import * as React from "react"; interface AuthenticationIconProps extends React.SVGProps { title?: string; decorative?: boolean; } export declare const AuthenticationIcon: React.FC; export {};