/** Computes directional styles from a `css` object and a `style` object. */ export declare function computeDirectionalStyles(key: any, defaultValue: number | string, css?: Record, style?: Record): { top: string; right: string; bottom: string; left: string; all: string; horizontal: string; vertical: string; };