import { StyleOptions } from '../../types'; export interface WordSpacingProps { /** * The **`word-spacing`** CSS property sets the length of space between words and between tags. * * @see https://developer.mozilla.org/docs/Web/CSS/word-spacing */ style$WordSpacing: T; } export declare const wordSpacing: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;