import { ColumnFillPropertyCombined } from '@johanneslumpe/css-types'; import { StyleOptions } from '../../types'; export interface ColumnFillProps { /** * The **`column-fill`** CSS property controls how an element's contents are balanced when broken into columns. * * @see https://developer.mozilla.org/docs/Web/CSS/column-fill */ style$ColumnFill: T; } export declare const columnFill: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;