import type { UserSize } from "./types.js";
export declare const DEFAULT_USER_SIZE: UserSize;
export declare const COMPACT_SIZES: Set<UserSize>;
export declare const UserQa: {
    NAME: string;
    DESCRIPTION: string;
};
