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