import type { OptionsType } from '../preset-types.js';
export default function (options?: OptionsType): {
    'hook-icon-line': {
        borderBottom: string;
        '@apply border-border': {};
    };
    'hook-small': {
        borderBottom: string;
        '@apply border-border': {};
    };
    'hook-vertical': {
        borderBottom: string;
        '@apply border-border': {};
    };
    'hook-misc': {
        '.uk-divider-icon': {
            backgroundImage: string;
        };
        '.dark .uk-divider-icon': {
            backgroundImage: string;
        };
        "[class*='uk-divider']": {
            marginBottom: null;
            height: string;
        };
        "* + [class*='uk-divider']": {
            marginTop: null;
        };
    };
};
