export declare const actionBar: import('tailwind-variants').TVReturnType<{
    hasPrefixContent: {
        true: {
            base: string;
        };
    };
}, {
    base: string[];
    prefixArea: string[];
    actionArea: string[];
}, undefined, {
    hasPrefixContent: {
        true: {
            base: string;
        };
    };
}, {
    base: string[];
    prefixArea: string[];
    actionArea: string[];
}, import('tailwind-variants').TVReturnTypeLike<{
    hasPrefixContent: {
        true: {
            base: string;
        };
    };
}, {
    base: string[];
    prefixArea: string[];
    actionArea: string[];
}>>;
