import { Path, ValueProps } from '../../types';
export type Props = ValueProps<string> & {
    dataPath?: Path;
};
declare function Selection(props: Props): import("react/jsx-runtime").JSX.Element;
declare namespace Selection {
    var _supportsSpacingProps: boolean;
}
export default Selection;
