import { IconProps } from '../lib';
declare function LockOpen(props: IconProps): JSX.Element;
export default LockOpen;
