import type { Property } from '@tenoxui/moxie';
export declare const properties: ({ sizing }: {
    sizing: number;
}) => Property;
