import type { GridProps } from './Grid';
interface GridVariablesProps extends GridProps {
    selector: string;
}
export declare function GridVariables({ gap, rowGap, columnGap, selector, breakpoints, type, }: GridVariablesProps): import("react/jsx-runtime").JSX.Element;
export {};
