import * as React from 'react';
import { Layout } from '../../../../../types';
export declare const SettingsSectionSummary: React.FunctionComponent<React.PropsWithChildren<unknown>>;
interface SettingsSectionProps {
    onChange: (data: Layout) => void;
}
export declare const SettingsSection: React.FunctionComponent<React.PropsWithChildren<SettingsSectionProps>>;
export {};
