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

declare const LockOutline: ReactIconComponentType;
export default LockOutline;
            