///
import { DateFieldState, DateSegment as DateSegmentStately } from "@react-stately/datepicker";
import { DateFieldElements } from "./date-field.styles";
import { VariantProps } from "../theme";
export declare function DateSegment({ segment, state, rounded, }: {
segment: DateSegmentStately;
state: DateFieldState;
rounded: VariantProps["rounded"];
}): JSX.Element;