import { cn } from '../../styles/theme';
import { SignatureLabel } from './SignatureLabel';
import { useSignatureContext } from './SignatureProvider';
type SignatureStatusProps = {
children?: React.ReactNode;
className?: string;
};
export function SignatureStatus({
children =