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