import { WidthProperty } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface WidthProps { /** * The **`width`** CSS property sets an element's width. By default, it sets the width of the content area, but if `box-sizing` is set to `border-box`, it sets the width of the border area. * * @see https://developer.mozilla.org/docs/Web/CSS/width */ style$Width: T; } export declare const width: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;