import * as React from 'react'; export interface UserKeyRegularIconProps extends React.SVGProps { size?: number | string; } export declare const UserKeyRegularIcon: React.ForwardRefExoticComponent & React.RefAttributes>;