declare type OverflowStyleType = 'auto' | 'visible' | 'hidden' | 'scroll'; export declare const getOverflowStyle: (type?: string | undefined) => OverflowStyleType; export {};