import { StyleOptions } from '../../types'; export interface ColumnGapProps { /** * The **`column-gap`** CSS property sets the size of the gap (gutter) between an element's columns. * * @see https://developer.mozilla.org/docs/Web/CSS/column-gap */ style$ColumnGap: T; } export declare const columnGap: , Theme = never, Breakpoints = never>({ themeProp, }?: Partial, Theme, Extract>>) => (props: import("../../types").WithTheme, Theme, Breakpoints>) => import("../../types").Styles | undefined;