import * as React from 'react';
import { MiddlewareProps } from '../share';
export declare const ColMw: React.ComponentType<MiddlewareProps>;
export declare const RowMw: React.ComponentType<MiddlewareProps>;
