import { StyleFormatter } from './types.js';
declare const formatters: Partial<Record<string, StyleFormatter>>;
export default formatters;
