/**
 * @jsxRuntime classic
 * @jsx jsx
 */
import type { NewAppearance } from './types';
export declare const appearanceMapping: Record<NewAppearance, NewAppearance> & {
    added: NewAppearance;
    removed: NewAppearance;
    default: NewAppearance;
    primary: NewAppearance;
    primaryInverted: NewAppearance;
    important: NewAppearance;
};
