import type { FontStyle } from './Text.types';
declare const DEFAULTS: {
    readonly TYPE: "body-primary";
};
declare const TYPES: Record<string, FontStyle>;
declare const STYLE: {
    wrapper: string;
};
export { DEFAULTS, STYLE, TYPES };
