import { PluginAPI } from 'tailwindcss/types/config';
export declare const typography: ({ theme }: PluginAPI) => {
    DEFAULT: {
        css: any;
    };
};
