import { WhiteSpacePropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface WhiteSpaceProps { /** * The **`white-space`** CSS property sets how white space inside an element is handled. * * @see https://developer.mozilla.org/docs/Web/CSS/white-space */ style$WhiteSpace: T; } export declare const whiteSpace: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;