/// import { IconProps } from '../../types'; declare const Lock: (allProps: IconProps) => JSX.Element; export default Lock;