import React from 'react';
import type { GridProps } from './Grid';
interface GridVariablesProps extends GridProps {
    selector: string;
}
export declare function GridVariables({ gutter, selector }: GridVariablesProps): React.JSX.Element;
export {};
