declare type WhiteSpaceType = 'normal' | 'nowrap' | 'pre' | 'pre-wrap' | 'pre-line' | 'break-spaces'; export declare const getWhiteSpace: (type?: string | undefined) => WhiteSpaceType | undefined; export {};