export interface SigilProps {
  point: string;
  size: number;
  detail: 'none' | 'default';
  space: 'none' | 'default' | 'large';
  background: string;
  foreground: string;
}
