import { StyleOptions } from '../../types'; export interface ColumnRuleWidthProps { /** * The **`column-rule-width`** CSS property sets the width of the line drawn between columns in a multi-column layout. * * @see https://developer.mozilla.org/docs/Web/CSS/column-rule-width */ style$ColumnRuleWidth: T; } export declare const columnRuleWidth: ({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;