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