import { IconProps } from './types';
export declare const LockIcon: import('react').ForwardRefExoticComponent<Omit<IconProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
export default LockIcon;
