import { FC } from 'react'; interface IProps { label: string; value: string; } declare const LockRow: FC; export default LockRow;