import { ChopLogicSVGElementProps } from '../../../models';
declare const LoginIcon: ({ title, ...rest }: ChopLogicSVGElementProps) => import("react/jsx-runtime").JSX.Element;
export default LoginIcon;
