import React from 'react'; import { type BaseInputProps } from '../base-input/types/base-input-props'; type Props = Required>; export declare const LockIcon: (props: Props) => React.JSX.Element; export {};