import { ApplyProperties } from "../types";
export declare const getColumnGap: (gap: number) => ApplyProperties<{
"--brz-ui-masonry-column-gap": string;
}>;
export declare const getItemGap: (gap: number) => ApplyProperties<{
"--brz-ui-masonry-item-gap": string;
}>;