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

declare const LockIconDark: ReactIconComponentType;
export default LockIconDark;
            