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