/// import { AreaSelectionWithCSSProperties } from "../types"; export declare type AreaSelectionProps = { areaSelection: AreaSelectionWithCSSProperties; }; export declare const AreaSelection: ({ areaSelection }: AreaSelectionProps) => JSX.Element;