import type { StyleIR } from '../types';
export declare function shadowOpacity(value: string): StyleIR | null;
export declare function shadowOffset(value: string): StyleIR | null;
