import type { IconProps } from '../../types';
declare const LockFill: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Lock Fill
 * @see {@link https://remixicon.com/icon/lock-fill Remix Icon Docs}
 */
export { LockFill };
