import type { TwTheme } from '../tw-config';
import type { StyleIR } from '../types';
export declare function border(value: string, theme?: TwTheme): StyleIR | null;
export declare function borderRadius(value: string, config?: TwTheme['borderRadius']): StyleIR | null;
