import { SmartGridType, SmartGridProps } from './interface';
export declare const setProps: (extraProps: Partial<SmartGridProps<any>>) => void;
declare const SmartGridFn: SmartGridType;
export default SmartGridFn;
