import { StyleOptions } from '../../types'; export interface InlineSizeProps { /** * The **`inline-size`** CSS property defines the horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the `width` or the `height` property, depending on the value of `writing-mode`. * * @see https://developer.mozilla.org/docs/Web/CSS/inline-size */ style$InlineSize: T; } export declare const inlineSize: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;