import { IGridStyleProps, IGridStyles } from './Grid.types';
export declare const getStyles: (props: IGridStyleProps) => IGridStyles;
