import React, { FunctionComponent } from 'react';
export declare const SelectionRegionContext: React.Context<string>;
interface SelectionRegionProps {
    regionId?: string;
    children?: React.ReactNode;
}
declare const SelectionRegion: FunctionComponent<SelectionRegionProps>;
export { SelectionRegion };
//# sourceMappingURL=SelectionRegion.d.ts.map