declare const _default: {
    '.uk-table': {
        borderCollapse: string;
        borderSpacing: string;
        width: string;
    };
    '.uk-table th': {
        padding: string;
        textAlign: string;
        fontSize: string;
        fontWeight: string;
        '@apply text-muted-foreground': {};
    };
    '.uk-table td': {
        padding: string;
        verticalAlign: string;
    };
    '.uk-table tfoot': {
        fontSize: string;
    };
    '.uk-table caption': {
        fontSize: string;
        '@apply text-muted-foreground': {};
    };
    '.uk-table-middle, .uk-table-middle td': {
        verticalAlign: string;
    };
    '.uk-table-divider > tr:not(:first-child), .uk-table-divider > :not(:first-child) > tr, .uk-table-divider > :first-child > tr:not(:first-child)': {
        '@apply border-t border-border': {};
    };
    '.uk-table-striped > tr:nth-of-type(odd), .uk-table-striped tbody tr:nth-of-type(odd)': {
        '@apply border-b border-t border-border bg-muted/50': {};
    };
    '.uk-table-hover > tr:hover, .uk-table-hover tbody tr:hover': {
        '@apply bg-muted/50': {};
    };
    '.uk-table > tr.uk-active, .uk-table tbody tr.uk-active': {
        '@apply bg-muted': {};
    };
    '.uk-table-justify th:first-child, .uk-table-justify td:first-child': {
        paddingLeft: string;
    };
    '.uk-table-justify th:last-child, .uk-table-justify td:last-child': {
        paddingRight: string;
    };
    '.uk-table-shrink': {
        width: string;
    };
    '.uk-table-expand': {
        minWidth: string;
    };
    '.uk-table-link': {
        padding: string;
    };
    '.uk-table-link > a': {
        padding: string;
    };
    '.uk-table-striped > tr:nth-of-type(even):last-child, .uk-table-striped tbody tr:nth-of-type(even):last-child': {
        '@apply border-b border-border': {};
    };
};
export default _default;
