import type { FigmaStyleProperties } from '../types'; export interface StyleProcessorOptions { parentLayoutMode?: 'NONE' | 'HORIZONTAL' | 'VERTICAL'; } export declare function processCssStyles(classNames?: string, options?: StyleProcessorOptions): FigmaStyleProperties;