import * as React from 'react';
import { Layout } from '../../../../../types';
export declare const RowSelectionSectionSummary: React.FunctionComponent;
interface RowSelectionSectionProps {
    onChange: (data: Layout) => void;
}
export declare const RowSelectionSection: React.FunctionComponent<RowSelectionSectionProps>;
export {};
