import { TAnimationProps } from "../../../types/screen/TAnimationProps";
declare const ContentLockOutline: ({ outline, dimension }: TAnimationProps) => import("react/jsx-runtime").JSX.Element;
export default ContentLockOutline;
