declare const _default: {
    '.uk-badge': {
        borderRadius: string;
        display: string;
        justifyContent: string;
        alignItems: string;
        boxShadow: string;
        height: string;
        minWidth: string;
        padding: string;
        fontSize: string;
        lineHeight: string;
        '@apply border border-border font-semibold text-foreground hover:opacity-80 focus-visible:outline-dotted focus-visible:outline-ring': {};
    };
    '.uk-badge-primary': {
        '@apply border-transparent bg-primary text-primary-foreground': {};
    };
    '.uk-badge-secondary': {
        '@apply border-transparent bg-secondary text-secondary-foreground': {};
    };
    '.uk-badge-destructive': {
        '@apply border-transparent bg-destructive text-destructive-foreground': {};
    };
};
export default _default;
