export declare const jokulTypographyPlugin: {
    handler: import('tailwindcss/types/config.js').PluginCreator;
    config?: Partial<import('tailwindcss/types/config.js').Config>;
};
