/// <reference types="react" />
declare const CardLock: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default CardLock;
