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

declare const LockOpen: ReactIconComponentType;
export default LockOpen;
            