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