import { ReactIconComponentType } from '../types';

declare const LockIcon: ReactIconComponentType;
export default LockIcon;
            