import React from "react"; type Props = { rounded?: "none" | "left"; }; export declare const Lock: ({ rounded, }: Props) => React.ReactElement | null; export {};