export declare const fontHyphenationStyle: {
    readonly overflowWrap: 'break-word';
    readonly hyphens: 'auto';
};
