import type { AllHTMLAttributes } from 'react';
import { type BoxProps } from '../Box';
export type StatesLinkProps = BoxProps & AllHTMLAttributes;
declare const StatesLink: (props: StatesLinkProps) => import("react/jsx-runtime").JSX.Element;
export default StatesLink;
//# sourceMappingURL=StatesLink.d.ts.map