import * as React from 'react'; import { TokenSetType } from '@fluentui/theme'; export declare const tokensToStyleObject: (tokens?: React.CSSProperties | TokenSetType | undefined, prefix?: string | undefined, style?: React.CSSProperties | undefined) => React.CSSProperties;