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