import React from 'react';
import { DefaultIconProps } from './types.js';
declare function _LockIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
export declare const LockIcon: React.MemoExoticComponent<typeof _LockIcon>;
export {};
//# sourceMappingURL=Lock.d.ts.map