import { ParsedStyle } from '../types'; export declare function parseOverflowStyleValue(className: string): ParsedStyle | null;