/// import { AriaButtonProps } from "@react-types/button"; import { Button } from "./date-picker.styles"; import { VariantProps } from "../theme"; export declare function FieldButton({ rounded, isPressed, ...props }: AriaButtonProps & VariantProps): JSX.Element;