import { SortableAreaProps } from './interfaces'; export { SortableAreaProps }; export default function SortableArea({ items, itemDefinition, renderItem, onItemsChange, disableReorder, i18nStrings }: SortableAreaProps): JSX.Element; export declare function getBorderRadiusVariant(itemDefinition: SortableAreaProps.ItemDefinition): SortableAreaProps.BorderRadiusVariant;