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