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