/// import { BoundingRectWithCSSProperties } from "../types"; export declare type NewAreaSelectionProps = { boundingRect: BoundingRectWithCSSProperties; }; export declare const NewAreaSelection: ({ boundingRect }: NewAreaSelectionProps) => JSX.Element;