/**
 * Not available (yet)
 * bg-radial utility
 * bg-conic utility
 */
import type { Property } from '@tenoxui/moxie';
import type { Classes } from '@tenoxui/types';
export declare const background: {
    property: (sizing: number) => Property;
    classes?: Classes;
};
