/**
 * --------------------------------------------------------------------------
 *  Screen Plugin for Untitled UI Kit for Kanopi
 * --------------------------------------------------------------------------
 *
 *  This plugin extends the Tailwind CSS framework to include custom screen
 *  family classes by extending the theme configuration.
 *
 * --------------------------------------------------------------------------
 */
declare const ScreenPlugin: {
    handler: import('tailwindcss/types/config').PluginCreator;
    config?: Partial<import('tailwindcss/types/config').Config>;
};
export default ScreenPlugin;
